mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-02-16 08:51:50 +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] );
|
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