Fixed typo

This commit is contained in:
Yorik van Havre 2012-02-21 17:53:46 -02:00
parent 98fc92e05a
commit 3368fdd989

View File

@ -218,7 +218,7 @@ void NavigationStyle::initialize()
this->zoomAtCursor = App::GetApplication().GetParameterGroupByPath
("User parameter:BaseApp/Preferences/View")->GetBool("ZoomAtCursor",false);
this->zoomStep = App::GetApplication().GetParameterGroupByPath
("User parameter:BaseApp/Preferences/View")->GetFloat("ZoomSetp",0.05f);
("User parameter:BaseApp/Preferences/View")->GetFloat("ZoomStep",0.05f);
}
void NavigationStyle::finalize()