mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code.
This commit is contained in:
parent
d76c73c252
commit
8956559bfd
44 changed files with 124 additions and 258 deletions
|
|
@ -160,7 +160,7 @@ typedef Chunker<BSPNode> BSPTree;
|
|||
/// @see Collision
|
||||
struct RayInfo : public Collision
|
||||
{
|
||||
RayInfo() : userData( NULL ) {}
|
||||
RayInfo() : t(0), userData( NULL ) {}
|
||||
|
||||
// The collision struct has object, point, normal & material.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue