diff options
author | Andrea Catania <info@andreacatania.com> | 2018-07-02 07:35:43 +0200 |
---|---|---|
committer | Andrea Catania <info@andreacatania.com> | 2018-07-02 07:35:43 +0200 |
commit | 008e8266bb83a498e43125ed2017f0aec74f4f53 (patch) | |
tree | 4b32ad4f4e3985b68dda189a2011186e1d417b36 | |
parent | d56d7299e42f1f36c02eb918c1de524448a94afe (diff) |
Removed two skeleton parameter from compilation width no 3d
-rw-r--r-- | scene/3d/skeleton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/skeleton.h b/scene/3d/skeleton.h index d4c3685f51..9672acb57a 100644 --- a/scene/3d/skeleton.h +++ b/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 } }; |