dreva in kamni top
This commit is contained in:
@@ -265,9 +265,10 @@ class GameScene extends Phaser.Scene {
|
||||
);
|
||||
}
|
||||
|
||||
// Terrain Culling
|
||||
// Terrain Culling & Update
|
||||
if (this.terrainSystem) {
|
||||
this.terrainSystem.updateCulling(this.cameras.main);
|
||||
this.terrainSystem.update(delta);
|
||||
}
|
||||
|
||||
// Clouds
|
||||
|
||||
Reference in New Issue
Block a user