Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
optimization - timestep animate pools frames
API - timestep animate no longer supports `onTick` param in `.now` and `.then`
  - this parameter was not supported on native android or iOS
  - use `myView.tick = function (dt) { ...` or `setInterval` instead
  • Loading branch information
rogueSkib committed Mar 2, 2016
1 parent c288081 commit 51eae29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/timestep
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devkit-core",
"author": "Game Closure",
"description": "devkit engine",
"version": "4.3.0",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "http://github.com/gameclosure/devkit-core.git"
Expand Down

0 comments on commit 51eae29

Please sign in to comment.