mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 04:53:53 +00:00
change in multi_es branch broke fps switch; fixed now
This commit is contained in:
parent
38c69f68c6
commit
6dba09462a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ bool parseOptions (int argc, char**argv, OMW::Engine& engine)
|
||||||
->default_value (std::vector<std::string>(), "")
|
->default_value (std::vector<std::string>(), "")
|
||||||
->multitoken(),
|
->multitoken(),
|
||||||
"plugin file(s)")
|
"plugin file(s)")
|
||||||
( "showfps", "show fps counter")
|
( "fps", "show fps counter")
|
||||||
( "debug", "debug mode" )
|
( "debug", "debug mode" )
|
||||||
( "nosound", "disable all sound" )
|
( "nosound", "disable all sound" )
|
||||||
( "script-verbose", "verbose script output" )
|
( "script-verbose", "verbose script output" )
|
||||||
|
|
Loading…
Reference in a new issue