Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Feb 11, 2024
1 parent 294f177 commit c20b120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class RecordLayer : public geode::Popup<std::string const&> {

infoMacro = CCLabelBMFont::create("", "chatFont.fnt");
infoMacro->setAnchorPoint({0, 1});
infoMacro->setPosition(topLeftCorner + ccp(21, -45));
infoMacro->setPosition(topLeftCorner + ccp(21, -25));
updateInfo();
m_mainLayer->addChild(infoMacro);

Expand Down Expand Up @@ -337,7 +337,7 @@ class RecordLayer : public geode::Popup<std::string const&> {
}

std::stringstream infoText;

infoText << "\nSize: " << recorder.macro.size();

infoText << "\nClicks: " << clicksCount;
Expand Down

0 comments on commit c20b120

Please sign in to comment.