You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
GDScript: Don't use the NIL address to hold return value of functions
This prevents that the NIL address is filled with another value, which causes problems for some instructions that read from NIL.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
GDTEST_OK
|
||||
end
|
||||
Reference in New Issue
Block a user