mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Compile fix for prev. commit
This commit is contained in:
parent
d97bb25b9e
commit
b0c098bbcd
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ public:
|
|||
|
||||
virtual bool canSetBoneLock();
|
||||
|
||||
void initHair(int numSegments, int segmentLength, int width, const std::string &tex);
|
||||
void initHair(int numSegments, float segmentLength, float width, const std::string &tex);
|
||||
void updateHair(float dt);
|
||||
void setHairHeadPosition(const Vector &pos);
|
||||
void exertHairForce(const Vector &force, float dt);
|
||||
|
|
Loading…
Reference in a new issue