quiet asan warning

This commit is contained in:
Seth Alves 2018-05-05 11:16:03 -07:00
parent 24404afe26
commit 78a8e8e500

View file

@ -60,7 +60,7 @@ public:
bool intersects { false };
OverlayID overlayID { UNKNOWN_OVERLAY_ID };
float distance { 0 };
BoxFace face;
BoxFace face { UNKNOWN_FACE };
glm::vec3 surfaceNormal;
glm::vec3 intersection;
QVariantMap extraInfo;