1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0032274: Tests - unstable snapshots from test case v3d/bugs/bug24785

Test case has been adjusted to reproduce scenario it was supposed to check.
This commit is contained in:
kgv
2021-04-07 14:29:58 +03:00
committed by bugmaster
parent c57bf5636c
commit 95bdefb201
2 changed files with 27 additions and 20 deletions

View File

@@ -5598,7 +5598,7 @@ static int VZLayer (Draw_Interpretor& theDI,
Graphic3d_ZLayerSettings aSettings = aViewer->ZLayerSettings (aLayeriter.Value());
printZLayerInfo (theDI, aSettings);
}
return 1;
return 0;
}
Standard_Integer anArgIter = 1;