1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

Update Animation sample due to changes of 0024267.

This commit is contained in:
bugmaster 2013-11-01 10:13:07 +04:00
parent 6a7ca55848
commit b794b14197

View File

@ -134,7 +134,6 @@ void CAnimationView3D::OnInitialUpdate()
Handle(V3d_Viewer) aViewer;
aViewer = GetDocument()->GetViewer();
aViewer->DefaultPerspectiveView();
aViewer->SetDefaultTypeOfView (V3d_PERSPECTIVE);
myView = aViewer->CreateView();