Skip to content

Commit b1ecf30

Browse files
committed
removed to test ios
1 parent 0701421 commit b1ecf30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/modify/LevelSelectLayer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ bool MyLevelSelectLayer::init(int pageID) {
132132
return true;
133133
}
134134

135+
#ifdef GEODE_IS_IOS
135136
ccColor3B MyLevelSelectLayer::colorForPage(int pageID) {
136137
if (!m_scrollLayer || !m_scrollLayer->m_dynamicObjects) {
137138
log::error("m_scrollLayer or m_dynamicObjects is null");
@@ -165,4 +166,5 @@ ccColor3B MyLevelSelectLayer::colorForPage(int pageID) {
165166
return { 37, 44, 52 };
166167

167168
return GM->colorForIdx(colIDs[page % 8]);
168-
}
169+
}
170+
#endif

0 commit comments

Comments
 (0)