diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index aa5f229309..85b873fe52 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -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); } //=======================================================================