File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22- Added a setting for decimal precision for percentages
33- Added an option to disable auto checkpoints when a persistent checkpoint is active (enabled by default)
44- Fixed crash on playing an editor level on some setups \[ [ Issue #8 ] ( https://github.com/Kevadroz/PracticeCheckpointPermanence/issues/8 ) \]
5+ - Fix Checkpoint Manager button not updating the menu in the pause menu
56
67# 1.2.3
78- Added support for Mod Previews
Original file line number Diff line number Diff line change @@ -61,5 +61,7 @@ void ModPauseLayer::customSetup() {
6161 }
6262 );
6363
64- getChildByID (" right-button-menu" )->addChild (button);
64+ CCMenu* menu = static_cast <CCMenu*>(getChildByID (" right-button-menu" ));
65+ menu->addChild (button);
66+ menu->updateLayout ();
6567}
You can’t perform that action at this time.
0 commit comments