mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix some noteworthy warnings (mostly hsBool->bool incompatibility) and missing headers
This commit is contained in:
@ -1026,7 +1026,7 @@ Matrix3 plMaxNodeBase::GetWorldToParent(TimeValue t)
|
||||
GetTMController()->GetLocalTMComponents(t, cmpts, parentMatrix);
|
||||
|
||||
Quat q;
|
||||
if( cmpts.rotRep == TMComponentsArg::RotationRep::kQuat )
|
||||
if( cmpts.rotRep == TMComponentsArg::kQuat )
|
||||
q = Quat(rot);
|
||||
else
|
||||
EulerToQuat(rot, q, cmpts.rotRep);
|
||||
|
Reference in New Issue
Block a user