Fix for [#36374] Read unitialized memory in Freestyle.

A variable keeping a bounding box was referenced after it was flagged as empty.
This commit is contained in:
2013-08-24 11:42:00 +00:00
parent af1c274be7
commit 248e3d74a0
3 changed files with 10 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ private:
FastGrid _Grid;
//HashGrid _Grid;
BBox<Vec3r> _Scene3dBBox;
unsigned int _SceneNumFaces;
real _minEdgeSize;
real _EPSILON;