File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## <cg >v4.3.14</c > (2025-05-29)
2
+ ## <cg >v4.3.14 & v4.3.15 </c > (2025-05-29)
3
3
* Other bugfixes & improvements
4
4
5
5
## <cg >v4.3.13</c > (2025-05-29)
6
6
* <cg >Added</c > <cl >support</c > for the recently introduced <cr >500 page limit</c > to <co >Find Last Page</c >
7
7
* <cg >Fixed</c > <cl >Smart Templates</c > being <cr >unclickable</c > on <cp >Android</c >
8
- * <cg >Fixed</c > < cl > Slaughterhouse</ c > by icedcave showing <cr >incorrrect level length</c >
8
+ * <cg >Fixed</c > Slaughterhouse by icedcave showing <cr >incorrect level length</c >
9
9
10
10
## <cg >v4.3.12</c > (2025-05-27)
11
11
* <cg >Improved</c > support for <cp >Amazon</c > versions of the game
Original file line number Diff line number Diff line change 1
1
{
2
2
"geode" : " 4.5.0" ,
3
- "version" : " v4.3.14 " ,
3
+ "version" : " v4.3.15 " ,
4
4
"gd" : {
5
5
"win" : " 2.2074" ,
6
6
"android" : " 2.2074" ,
Original file line number Diff line number Diff line change 1
1
#include < Geode/Geode.hpp>
2
2
#include < Geode/modify/LevelBrowserLayer.hpp>
3
+ #include < Geode/modify/CCLayer.hpp>
3
4
4
5
#include " ../utils.hpp"
5
6
#include " ../ui/DoubleArrow.h"
@@ -318,10 +319,12 @@ class BI_DLL
318
319
319
320
return LevelBrowserLayer::onInfo (sender);
320
321
}
322
+ };
321
323
324
+ class $modify(CCLayer) {
322
325
void onEnterTransitionDidFinish () {
323
- LevelBrowserLayer ::onEnterTransitionDidFinish ();
326
+ CCLayer ::onEnterTransitionDidFinish ();
324
327
325
- if (typeinfo_cast<LevelBrowserLayer*>(this )) refreshButtonVisibility ();
328
+ if (typeinfo_cast<LevelBrowserLayer*>(this )) reinterpret_cast <BILevelBrowserLayer*>( this )-> refreshButtonVisibility ();
326
329
}
327
330
};
You can’t perform that action at this time.
0 commit comments