2
3
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:
Bartek Bok
2011-05-31 17:36:40 +02:00
parent eab59fca2d
commit 8271ba40d9

View File

@ -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();
}