mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
- [Psy-X] fix ApplyRotMatrix bug
This commit is contained in:
parent
5de308693b
commit
4b2ac87438
@ -422,7 +422,7 @@ VECTOR* ApplyRotMatrix(SVECTOR* v0, VECTOR* v1)
|
||||
// correct Psy-Q implementation
|
||||
gte_ldv0(v0);
|
||||
gte_rtv0();
|
||||
gte_stsv(v1);
|
||||
gte_stlvnl(v1);
|
||||
#else
|
||||
MATRIX temp;
|
||||
gte_ReadRotMatrix(&temp);
|
||||
|
Loading…
Reference in New Issue
Block a user