Using fixed update and adding optimization flags

This commit is contained in:
Zoe Roux
2021-06-17 16:58:39 +02:00
parent 03f3d25d00
commit 9826375c62
6 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ namespace BBM
.addSystem<ShaderSystem>()
.addSystem<ShaderModelSystem>()
.addSystem<ShaderDrawable2DSystem>()
.addSystem<EndConditionSystem>()
// .addSystem<EndConditionSystem>()
.addSystem<ScoreSystem>()
.addSystem<MusicSystem>();
}