Merge pull request #19905 from AndreaCatania/no3d_2
Removed two skeleton parameter from compilation width no 3d
This commit is contained in:
commit
ecee0c92ff
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue