Skip to content
Snippets Groups Projects
Unverified Commit 8879e787 authored by Louis's avatar Louis :fire:
Browse files

await initial level tick

parent f3570c0f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class App extends Component<{}> {
async componentDidMount() {
const levelData = await LevelData.from(testLevel)
levelData.tick()
await levelData.tick()
this.setState({ levelData })
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment