Removed two skeleton parameter from compilation width no 3d

This commit is contained in:
Andrea Catania 2018-07-02 07:35:43 +02:00
parent d56d7299e4
commit 008e8266bb

View file

@ -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
}
};