diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index e8a22fd2..44be9ec9 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1120,7 +1120,7 @@ class EditorPauseLayer : CCBlockLayer, FLAlertLayerProtocol { if (!EditorUI::get()) return nullptr; auto editor = LevelEditorLayer::get(); - for (auto i = 0; i < editor->getChildrenCount(); ++i) { + for (auto i = 0u; i < editor->getChildrenCount(); ++i) { if (auto layer = cast::safe_cast(editor->getChildren()->objectAtIndex(i))) { return layer; }