fixing last tag with quotes directly

This commit is contained in:
Clément Le Bihan
2021-06-20 12:56:02 +02:00
parent 4d1c16a233
commit 51d1e6e73b
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ namespace BBM
return;
LobbySystem::switchToGame(wal);
})
.addComponent<TagComponent<"PlayButton">>();
.addComponent<TagComponent<PlayButton>>();
auto &back = scene->addEntity("back to menu")
.addComponent<PositionComponent>(10, 1080 - 85, 0)
.addComponent<Drawable2DComponent, RAY::Texture>("assets/buttons/button_back.png")