mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
various warnings
warnings cleanup
This commit is contained in:
parent
83cbf6c66e
commit
a621cc5100
9 changed files with 20 additions and 10 deletions
|
|
@ -495,6 +495,9 @@ void ProximityMine::processTick( const Move* move )
|
|||
return;
|
||||
}
|
||||
break;
|
||||
case default:
|
||||
// just break out, unknown state, covers warnings for not fulfilling all possiblities in enum.
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue