0026773: Visualization - deviation angle cannot be set by AIS_InteractiveContext...
[occt.git] / src / AIS / AIS_InteractiveContext.cxx
index aa5f229..85b873f 100644 (file)
@@ -1480,7 +1480,7 @@ void AIS_InteractiveContext::SetDeviationCoefficient (const Standard_Real theCoe
 //=======================================================================
 void AIS_InteractiveContext::SetDeviationAngle (const Standard_Real theAngle)
 {
-  myDefaultDrawer->SetDeviationCoefficient (theAngle);
+  myDefaultDrawer->SetDeviationAngle (theAngle);
 }
 
 //=======================================================================