We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8f83 commit 4d035d4Copy full SHA for 4d035d4
src/executables/game/application.cpp
@@ -382,8 +382,7 @@ void Application::update() {
382
},
383
[this](const scenes::Scene::Push& push) {
384
spdlog::info("pushing back scene {}", magic_enum::enum_name(push.target_scene));
385
- m_scene_stack.push_back(
386
- scenes::create_scene(*this, push.target_scene, push.layout)
+ m_scene_stack.push_back(scenes::create_scene(*this, push.target_scene, push.layout)
387
);
388
389
[this](scenes::Scene::RawPush& raw_push) {
0 commit comments