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

Merge pull request #19905 from AndreaCatania/no3d_2

Removed two skeleton parameter from compilation width no 3d
Rémi Verschelde 7 жил өмнө
parent
commit
ecee0c92ff
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      scene/3d/skeleton.h

+ 2 - 0
scene/3d/skeleton.h

@@ -80,8 +80,10 @@ class Skeleton : public Spatial {
 			ignore_animation = false;
 			custom_pose_enable = false;
 			disable_rest = false;
+#ifndef _3D_DISABLED
 			physical_bone = NULL;
 			cache_parent_physical_bone = NULL;
+#endif // _3D_DISABLED
 		}
 	};