Comparing version 4.0.13 to 4.0.14
@@ -498,3 +498,7 @@ 'use strict'; | ||
if (!bufferedState) { | ||
throw new TypeError("No state listed under tick: '" + tick.toString() + "'"); | ||
// throw new TypeError("No state listed under tick: '" + tick.toString() + "'"); | ||
bufferedState = this._stateBuffer.min(); | ||
if (!bufferedState) { | ||
throw new TypeError("No state listed under tick: '" + tick.toString() + "'"); | ||
} | ||
} | ||
@@ -501,0 +505,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.13", | ||
"version": "4.0.14", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94728
2385