@fi4f/hg 0.0.14 → 0.0.15

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.
Files changed (2) hide show
  1. package/dist/stage.js +1 -1
  2. package/package.json +1 -1
package/dist/stage.js CHANGED
@@ -226,7 +226,7 @@ function animate(stage, t0, t1, t2, m) {
226
226
  Stage.setDebugInfo(stage, "stage:frameInfo", getFrameInfo(stage));
227
227
  Stage.setDebugInfo(stage, "stage:updateInfo", getUpdateInfo(stage));
228
228
  Stage.setDebugInfo(stage, "stage:renderInfo", getRenderInfo(stage));
229
- if (stage.configureDebug && stage.configureDebug !== "print")
229
+ if (stage.configureDebug && stage.configureDebug !== "paint")
230
230
  printDebugInfo(stage);
231
231
  }
232
232
  requestAnimationFrame(t3 => animate(stage, t0, t2, t3, m));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fi4f/hg",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "A tiny 2d game engine for the web.",
5
5
  "homepage": "https://github.com/fi4f/hg#readme",
6
6
  "bugs": {