Skip to content

Commit

Permalink
Update _controllers.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Apr 12, 2024
1 parent 5faa1cb commit 31ddf13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions _Src/_controllers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,7 @@ class $modify(LevelSelectLayer) {
bool init(int p0) {
UpdatePagesSetup();
auto rtn = LevelSelectLayer::init(p0);
BoomScrollLayer* ohfuck = MEMBERBYOFFSET(BoomScrollLayer*, this, 336);
#ifndef GEODE_IS_WINDOWS
ohfuck = MEMBERBYOFFSET(BoomScrollLayer*, this, 84);//84 armeabi-v7a
#endif
ohfuck->setRotation(3.f);
#ifndef GEODE_IS_WINDOWS
//todo: controll this shit on android
#endif

return rtn;
};
ccColor3B colorForPage(int page) {
Expand Down

0 comments on commit 31ddf13

Please sign in to comment.