mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
fix
This commit is contained in:
parent
8c24477a24
commit
1e4771fe27
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ void Head::updateHair(float deltaTime) {
|
|||
|
||||
for (int t = 0; t < NUM_HAIR_TUFTS; t ++) {
|
||||
|
||||
float fraction = (float)t / (float)(NUM_HAIR_TUFTS-1);
|
||||
float fraction = (float)t / (float)(NUM_HAIR_TUFTS - 1);
|
||||
|
||||
float angle = -20.0f + 40.0f * fraction;
|
||||
|
||||
|
|
Loading…
Reference in a new issue