2
0
Эх сурвалжийг харах

[spline]fix non editor build

Clément Espeute 11 сар өмнө
parent
commit
519514bce1

+ 2 - 0
hrt/prefab/l3d/Spline.hx

@@ -337,7 +337,9 @@ class Spline extends Object3D {
 	}
 
 	override function postMakeInstance() : Void {
+		#if editor
 		loading = false;
+		#end
 		updateInstance();
 	}