Merge pull request #19905 from AndreaCatania/no3d_2

Removed two skeleton parameter from compilation width no 3d
This commit is contained in:
Rémi Verschelde 2018-07-02 08:38:28 +02:00 committed by GitHub
commit ecee0c92ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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