inventori
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
class PerformanceMonitor {
|
||||
constructor(scene) {
|
||||
this.scene = scene;
|
||||
this.enabled = true; // Toggle with F3
|
||||
this.enabled = false; // Toggle with F3 (DISABLED by default)
|
||||
|
||||
// FPS tracking
|
||||
this.fps = 60;
|
||||
|
||||
Reference in New Issue
Block a user