Skip to content

Commit 700f275

Browse files
ci: Fix Godot 4.5 builds
1 parent a7459ba commit 700f275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weaver/jsb_script_instance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class GodotJSScriptInstance : public GodotJSScriptInstanceBase
126126
// object handle (the JS object binding id)
127127
jsb::NativeObjectID object_id_;
128128

129-
#ifdef GODOT_4_6_OR_NEWER
129+
#if GODOT_4_6_OR_NEWER
130130
HashMap<Variant, Variant> property_cache_;
131131
#else
132132
HashMap<Variant, Variant, VariantHasher, StringLikeVariantComparator> property_cache_;

0 commit comments

Comments
 (0)