mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
uninitialized variables-collision
This commit is contained in:
parent
1cea8ffacb
commit
e9415a0994
18 changed files with 62 additions and 20 deletions
|
|
@ -65,7 +65,11 @@ struct Collision
|
|||
object( NULL ),
|
||||
material( NULL ),
|
||||
generateTexCoord(false),
|
||||
texCoord(-1.0f, -1.0f)
|
||||
texCoord(-1.0f, -1.0f),
|
||||
face(0),
|
||||
faceDot(-1.0f),
|
||||
distance(FLT_MAX)
|
||||
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue