Skip to content

Commit

Permalink
doc fix: post instead of pre. (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustLeif authored Mar 22, 2024
1 parent b7f2f70 commit 7210182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/05-entity-component-system/05.3-systems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Systems execute in this order
* Run setup code for the update
4. every frame `update(delta: number)`
* Update all your entities here
5. every frame `preupdate(scene: Scene, elapsedMs: number)`
5. every frame `postupdate(scene: Scene, elapsedMs: number)`
* Run cleanup code for the update

## Built in Systems
Expand Down

0 comments on commit 7210182

Please sign in to comment.