mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Bypass overeager optimization
This commit is contained in:
@ -99,4 +99,5 @@ void pyMatrix44::SetData(const hsScalar mat[])
|
||||
fMatrix.fMap[3][1] = mat[13];
|
||||
fMatrix.fMap[3][2] = mat[14];
|
||||
fMatrix.fMap[3][3] = mat[15];
|
||||
fMatrix.NotIdentity();
|
||||
}
|
||||
|
Reference in New Issue
Block a user