We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 483ac0c + 127ce4d commit a0e38a6Copy full SHA for a0e38a6
js/rpg_core/Graphics.js
@@ -161,7 +161,7 @@ Graphics.tickEnd = function() {
161
* @param {Stage} stage The stage object to be rendered
162
*/
163
Graphics.render = function(stage) {
164
- if (this._skipCount === 0) {
+ if (this._skipCount <= 0) {
165
var startTime = Date.now();
166
if (stage) {
167
this._renderer.render(stage);
0 commit comments