mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Some fixes from mingw.
This commit is contained in:
@ -572,7 +572,8 @@ void plLineFollowMod::ISetTargetTransform(int iTarg, const hsMatrix44& unclTgtXf
|
||||
xlate.Reset();
|
||||
xlate.SetTranslate(&oldPos);
|
||||
w2l = w2l * xlate;
|
||||
xlate.SetTranslate(&-pos);
|
||||
hsPoint3 neg = -pos;
|
||||
xlate.SetTranslate(&neg);
|
||||
w2l = w2l * xlate;
|
||||
|
||||
ci->SetTransform(l2w, w2l);
|
||||
|
Reference in New Issue
Block a user