mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Fix hand not showing in JKO when saber is thrown
This commit is contained in:
parent
2f024f77b0
commit
40eb55d0d3
1 changed files with 1 additions and 1 deletions
|
@ -2109,7 +2109,7 @@ wasForceSpeed=isForceSpeed;
|
|||
VectorScale( handEnt.axis[i], (!vr->right_handed || i != 1) ? 1.0f : -1.0f, handEnt.axis[i] );
|
||||
}
|
||||
|
||||
CG_AddRefEntityWithPowerups(&handEnt, cent->currentState.powerups, cent);
|
||||
CG_AddRefEntityWithPowerups(&handEnt, cent->currentState.powerups, cent, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue