mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
alk not commit debug logs challenge
This commit is contained in:
parent
5c457251d4
commit
201c5a2c41
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ struct CustomMenuLayer : Modify<CustomMenuLayer, MenuLayer> {
|
||||||
|
|
||||||
m_fields->m_menuDisabled = Loader::get()->getLaunchFlag("disable-custom-menu");
|
m_fields->m_menuDisabled = Loader::get()->getLaunchFlag("disable-custom-menu");
|
||||||
|
|
||||||
std::stringstream ss;
|
|
||||||
crashlog::printMods(ss);
|
|
||||||
log::debug("Test {}", ss.str());
|
|
||||||
|
|
||||||
// add geode button
|
// add geode button
|
||||||
if (!m_fields->m_menuDisabled) {
|
if (!m_fields->m_menuDisabled) {
|
||||||
m_fields->m_geodeButton = CircleButtonSprite::createWithSpriteFrameName(
|
m_fields->m_geodeButton = CircleButtonSprite::createWithSpriteFrameName(
|
||||||
|
|
Loading…
Reference in a new issue