Skip to content

Commit 614e605

Browse files
committed
more debug why not
1 parent 717619b commit 614e605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/SongControlMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool SongControlMenu::setup(const std::string&) {
6060
this->m_openSongListMenu->setContentSize({27.f, 27.f});
6161
this->m_openSongListMenu->setLayout(layoutSongList);
6262

63-
this->m_otherLabel = cocos2d::CCLabelBMFont::create("Hi! Menu Loop Randomizer will never resemble Spotify or its distant cousin EditorMusic. Please respect that. :)", "chatFont.fnt");
63+
this->m_otherLabel = cocos2d::CCLabelBMFont::create(fmt::format("Hi! Menu Loop Randomizer will never resemble Spotify or its distant cousin EditorMusic. Please respect that. :) [Platform: {}]", Utils::getPlatform()).c_str(), "chatFont.fnt");
6464
this->m_otherLabel->setBlendFunc({GL_ONE_MINUS_DST_COLOR, GL_ONE_MINUS_SRC_ALPHA});
6565
this->m_otherLabel->limitLabelWidth(idealWidth * .95f, 1.0f, .0001f);
6666
this->m_otherLabel->setPosition({centerStage, 12.5f});

0 commit comments

Comments
 (0)