File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ void SongControlMenu::updateCurrentLabel() {
349349 this ->m_smallLabel = cocos2d::CCLabelBMFont::create (currentSong.c_str (), " chatFont.fnt" );
350350 this ->b ->addChildAtPosition (this ->m_smallLabel , geode::Anchor::Center, {0 .f , 3 .5f });
351351 this ->b ->addChildAtPosition (this ->m_increDecreMenu , geode::Anchor::Center);
352- this ->b ->addChildAtPosition (this ->m_currTimeLb , geode::Anchor::BottomLeft, {27 .5f , 6 .5f });
353- this ->b ->addChildAtPosition (this ->m_totlTimeLb , geode::Anchor::BottomRight, {-27 .5f , 6 .5f });
352+ this ->b ->addChildAtPosition (this ->m_currTimeLb , geode::Anchor::BottomLeft, {27 .5f , 6 .f });
353+ this ->b ->addChildAtPosition (this ->m_totlTimeLb , geode::Anchor::BottomRight, {-27 .5f , 6 .f });
354354 this ->m_currTimeLb ->setScale (.35f );
355355 this ->m_totlTimeLb ->setScale (.35f );
356356 SongControlMenu::checkDaSongPositions (0 .f );
You can’t perform that action at this time.
0 commit comments