mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 22:35:37 +00:00
ID10T error
no default does not need case -_- id10t error, few other fixes
This commit is contained in:
parent
a621cc5100
commit
6807abc8b6
5 changed files with 8 additions and 6 deletions
|
|
@ -868,7 +868,7 @@ void WorldEditor::terrainSnapSelection(Selection* sel, U8 modifier, Point3F gizm
|
|||
rot.set(mDegToRad(-90.0f), 0.0f, mDegToRad(180.0f));
|
||||
break;
|
||||
|
||||
case default:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue