Skip to content

Commit 6604ce8

Browse files
committed
Added Physics PostUpdate for AP
1 parent 6947a68 commit 6604ce8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/scene/local/Systems.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ var Systems = new Class({
144144
this.inputManager.update(time, delta);
145145

146146
this.scene.update.call(this.scene, time, delta);
147+
148+
this.physicsManager.postUpdate();
147149
},
148150

149151
render: function (interpolation, renderer)

0 commit comments

Comments
 (0)