Force to run CI to check if exported build is fixed

This commit is contained in:
Rafał Mikrut 2021-10-17 16:10:51 +02:00
parent c390e349fe
commit da7739a932

View File

@ -19,7 +19,7 @@ func _ready():
print("GDSCRIPT CODE: str(" + name_of_class + ")")
var thing = ClassDB.instantiate(name_of_class)
str(thing)
str(thing)#
if thing is Node:
print("GDSCRIPT CODE: thing.queue_free()")