Skip to content

Commit

Permalink
{}
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpro-programm committed Mar 21, 2024
1 parent 0ee3128 commit d29c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class $modify(MyPauseLayer, PauseLayer) {
return;
}
auto level = playLayer->m_level;
log::error("level: ", level);
log::error("level: {}", level);
auto infoLayer = InfoLayer::create(level, nullptr, nullptr);
infoLayer->setZOrder(11);
infoLayer->setScale(0.f);
Expand Down

0 comments on commit d29c022

Please sign in to comment.