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 1, 2024
1 parent b28cb0e commit 27311b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _Src/_controllers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ class $modify(LevelSelectLayer) {
auto rtn = LevelSelectLayer::init(p0);

#ifndef GEODE_IS_WINDOWS
//BoomScrollLayer* ohfuck = MEMBERBYOFFSET(BoomScrollLayer*, this, 336);
//ohfuck->setScale(0.8f);
BoomScrollLayer* ohfuck = MEMBERBYOFFSET(BoomScrollLayer*, this, 336);
ohfuck->setRotation(6.f);
#endif
return rtn;
};
Expand Down

0 comments on commit 27311b9

Please sign in to comment.