Skip to content
Snippets Groups Projects
Commit 38fee811 authored by Matevz Tadel's avatar Matevz Tadel
Browse files

Merge rev 37239 from fireworks branch:

Fix the orientation if it is wrong -- don't just check it.


git-svn-id: http://root.cern.ch/svn/root/trunk@37240 27541ba8-7e3a-0410-8455-c3a389f83636
parent 13e2a807
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ void TEveBoxSet::AddBox(const Float_t* verts)
BFreeBox_t* b = (BFreeBox_t*) NewDigit();
memcpy(b->fVertices, verts, sizeof(b->fVertices));
TEveShape::IsBoxOrientationConsistentFv(b->fVertices);
TEveShape::CheckAndFixBoxOrientationFv(b->fVertices);
}
//______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment