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.
1 parent ae022c2 commit 127ce4dCopy full SHA for 127ce4d
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