lesser-panda icon indicating copy to clipboard operation
lesser-panda copied to clipboard

Remove idle update

Open pixelpicosean opened this issue 8 years ago • 0 comments

Idle update is useless and confusing, better remove it since we already have fixed updating process. This will break a lot of APIs though.

Draft

  1. Remove Game.update, System.update and Entity.update
  2. Game.fixedUpdate -> Game.tick
  3. Entity.fixedUpdate -> Entity.tick
  4. Remove Entity.canFixedTick, and Entity.canEverTick as a flag for Entity.tick

pixelpicosean avatar Apr 04 '17 08:04 pixelpicosean