Clément Espeute 11 месяцев назад
Родитель
Сommit
519514bce1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      hrt/prefab/l3d/Spline.hx

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

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