Skip to content

Commit 6260743

Browse files
updateLabel fix
1 parent c64dc5e commit 6260743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11987,8 +11987,8 @@ class LabelGameObject : EffectGameObject {
1198711987
TodoReturn queueUpdateLabel(gd::string);
1198811988
TodoReturn removeLabel();
1198911989
TodoReturn unlockLabelColor();
11990-
TodoReturn updateLabel(float) = win 0x49af00;
11991-
TodoReturn updateLabel(gd::string) = imac 0x1b04c0;
11990+
void updateLabel(float);
11991+
void updateLabel(gd::string) = win 0x49af00, imac 0x1b04c0;
1199211992
TodoReturn updateLabelAlign(int);
1199311993
TodoReturn updateLabelIfDirty();
1199411994
TodoReturn updatePreviewLabel() = win 0x49ad40;

0 commit comments

Comments
 (0)