Fuxed missing initializers

This commit is contained in:
Robert Osfield
2017-11-02 18:39:11 +00:00
parent a07105d6c5
commit 6f924f84ba

View File

@@ -69,6 +69,8 @@ struct IntersectFunctor
IntersectFunctor():
_primitiveIndex(0),
_length(0.0),
_inverse_length(0.0),
_hit(false)
{
}