mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Many instances where we would create a object via a new call, and then check that it was non-null. This is redundant, as if we ever were in a situation where new failed, we'd be crashing left and right already, so the additional check is wasted processing. |
||
|---|---|---|
| .. | ||
| coverPoint.cpp | ||
| coverPoint.h | ||
| duDebugDrawTorque.cpp | ||
| duDebugDrawTorque.h | ||
| guiNavEditorCtrl.cpp | ||
| guiNavEditorCtrl.h | ||
| navContext.cpp | ||
| navContext.h | ||
| navMesh.cpp | ||
| navMesh.h | ||
| navPath.cpp | ||
| navPath.h | ||
| recastPolyList.cpp | ||
| recastPolyList.h | ||
| torqueRecast.h | ||