mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 18:31:17 +00:00
Fixing wasm
This commit is contained in:
@@ -80,7 +80,7 @@ namespace WAL
|
||||
}
|
||||
for (auto &system : wal._systems)
|
||||
system->update(dtime);
|
||||
wal.scene->applyChanges();
|
||||
wal._scene->applyChanges();
|
||||
callback(wal, state);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user