forceSingleUpdate : boolean
Should the game loop force a logic update, regardless of the delta timer? Set to true if you know you need this. You can toggle it on the fly.
- Source code: core/Game.js (Line 380)
forceSingleUpdate : boolean
Should the game loop force a logic update, regardless of the delta timer? Set to true if you know you need this. You can toggle it on the fly.
Please login to continue.