mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +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. |
||
|---|---|---|
| .. | ||
| bitStream.cpp | ||
| bitStream.h | ||
| fileStream.cpp | ||
| fileStream.h | ||
| fileStreamObject.cpp | ||
| fileStreamObject.h | ||
| ioHelper.h | ||
| memStream.cpp | ||
| memStream.h | ||
| stream.cpp | ||
| stream.h | ||
| streamObject.cpp | ||
| streamObject.h | ||
| tStream.h | ||