Skip to content

Commit

Permalink
Make _batcher member private (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 8, 2022
1 parent 7a7524b commit ca3d919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/app-base.js
Expand Up @@ -460,6 +460,7 @@ class AppBase extends EventHandler {
* The application's batch manager.
*
* @type {import('../scene/batching/batch-manager.js').BatchManager}
* @private
*/
this._batcher = null;
if (appOptions.batchManager) {
Expand Down

0 comments on commit ca3d919

Please sign in to comment.