fix(3d-nds): set camera to null when switching to 2d, don't check for lags before app is booted and lower fps threshold to 30
This commit is contained in:
@@ -70,6 +70,7 @@ export const useAppStore = defineStore("app", {
|
||||
this.ready = mode === "2d";
|
||||
this.settings.renderingMode = mode;
|
||||
this.lagDetected = false;
|
||||
if (mode === "2d") this.camera = null;
|
||||
this.save();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user