forked from sascha/godot
GDScript: validate instance before accessing it on error
Make sure the instance is valid before trying to access the script in after an error happened. If the instance is not valid it's possible that the script is invalid as well. Fix #296233.2
parent
36a785513f
commit
9fcd38fc70
Loading…
Reference in New Issue