mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Fix build.
This commit is contained in:
parent
22ce231a4e
commit
7a9fe9117a
@ -224,3 +224,6 @@ void SkeletonModificationStack3D::_bind_methods() {
|
||||
|
||||
SkeletonModificationStack3D::SkeletonModificationStack3D() {
|
||||
}
|
||||
|
||||
SkeletonModificationStack3D::~SkeletonModificationStack3D() {
|
||||
}
|
@ -59,7 +59,7 @@ public:
|
||||
execution_mode_physics_process,
|
||||
};
|
||||
|
||||
Vector<Ref<SkeletonModification3D>> modifications = LocalVector<Ref<SkeletonModification3D>>();
|
||||
Vector<Ref<SkeletonModification3D>> modifications;
|
||||
int modifications_count = 0;
|
||||
|
||||
virtual void setup();
|
||||
@ -86,6 +86,7 @@ public:
|
||||
real_t get_strength() const;
|
||||
|
||||
SkeletonModificationStack3D();
|
||||
~SkeletonModificationStack3D();
|
||||
};
|
||||
|
||||
#endif // SKELETON_MODIFICATION_STACK_3D_H
|
||||
|
Loading…
Reference in New Issue
Block a user