mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XOZ orientation #318
This commit is contained in:
committed by
dpasukhi
parent
104c5f4261
commit
fb3c2c739c
@@ -666,7 +666,7 @@ void OpenGl_GraduatedTrihedron::Render(const Handle(OpenGl_Workspace)& theWorksp
|
||||
|
||||
if (anAxesState & OOZ_XOZ)
|
||||
{
|
||||
renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.z(), myMin.y(), myMax.z());
|
||||
renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.x(), myMin.y(), myMax.z());
|
||||
}
|
||||
|
||||
if (anAxesState & OOZ_OYZ)
|
||||
|
Reference in New Issue
Block a user