Fixed typo

This commit is contained in:
Yorik van Havre
2012-02-21 17:53:46 -02:00
parent b0993fee36
commit 843806f250

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()