Skip to content

Commit

Permalink
Merge pull request #308 from Cvolton/dlp-fix
Browse files Browse the repository at this point in the history
Bindings: Fix DailyLevelPage updateTimers calling convention
  • Loading branch information
altalk23 authored Oct 16, 2023
2 parents a2d42d8 + bbec2c4 commit a9d3bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ class CustomizeObjectLayer : FLAlertLayer, TextInputDelegate, HSVWidgetPopupDele
class DailyLevelPage : FLAlertLayer, FLAlertLayerProtocol, GJDailyLevelDelegate, LevelDownloadDelegate {
static DailyLevelPage* create(bool weekly) = mac 0x108ac0, win 0x6a860;
bool init(bool weekly) = mac 0x108C90, win 0x6a900;
void updateTimers(float) = mac 0x109780, win 0x6bef0;
callback void updateTimers(float) = mac 0x109780, win 0x6bef0;
virtual void show() = mac 0x10a4b0, win 0x3f360;

PAD = mac 0x29, win 0x15, android 0x15;
Expand Down

0 comments on commit a9d3bfd

Please sign in to comment.