fixing throw

This commit is contained in:
Clément Le Bihan
2021-06-19 14:48:59 +02:00
parent d8396337dd
commit 462628b90e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ namespace BBM
entity.scheduleDeletion();
})
.addComponent<PositionComponent>(1920 / 2 - 2 * 30, 1080 / 2, 0)
.addComponent<TagComponent<"Timer">>()
.addComponent<TagComponent<Timer>>()
.addComponent<Drawable2DComponent, RAY2D::Text>("", 60, RAY::Vector2(), ORANGE);
gameState.nextScene = BBM::GameState::SceneID::GameScene;
});