@urso/core 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -316,8 +316,9 @@ class ModulesScenesPixiWrapper {
316
316
  if (this.passiveCallIntervalId) {
317
317
  clearInterval(this.passiveCallIntervalId);
318
318
  this.passiveCallIntervalId = null;
319
- return;
320
319
  }
320
+
321
+ return;
321
322
  }
322
323
 
323
324
  this.passiveCallIntervalId = setInterval(() => {