mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
Fix invalid Spatial conversion
This commit is contained in:
parent
cb443dfafc
commit
e5e7e0efc3
@ -17,7 +17,7 @@ const alone_steps : Array = [
|
|||||||
"res://MainScenes/Control.tscn",
|
"res://MainScenes/Control.tscn",
|
||||||
"res://MainScenes/Node2D.tscn",
|
"res://MainScenes/Node2D.tscn",
|
||||||
"res://MainScenes/Other.tscn",
|
"res://MainScenes/Other.tscn",
|
||||||
"res://MainScenes/Spatial.tscn",
|
"res://MainScenes/Node3D.tscn",
|
||||||
"res://Physics/2D/Physics2D.tscn",
|
"res://Physics/2D/Physics2D.tscn",
|
||||||
"res://Physics/3D/Physics3D.tscn",
|
"res://Physics/3D/Physics3D.tscn",
|
||||||
"res://Rendering/Lights2D/Lights2D.tscn",
|
"res://Rendering/Lights2D/Lights2D.tscn",
|
||||||
|
Loading…
Reference in New Issue
Block a user