mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
various warnings
warnings cleanup
This commit is contained in:
parent
83cbf6c66e
commit
a621cc5100
9 changed files with 20 additions and 10 deletions
|
|
@ -867,6 +867,9 @@ void WorldEditor::terrainSnapSelection(Selection* sel, U8 modifier, Point3F gizm
|
|||
case AlignNegZ:
|
||||
rot.set(mDegToRad(-90.0f), 0.0f, mDegToRad(180.0f));
|
||||
break;
|
||||
|
||||
case default:
|
||||
break;
|
||||
}
|
||||
|
||||
MatrixF mat = MathUtils::createOrientFromDir(ri.normal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue