Skip to content

Commit

Permalink
Console: Added 'vid-fps' as a mapping for 'Config.window.main.showFps'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 28, 2014
1 parent a1e0931 commit d788f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/gl/gl_main.cpp
Expand Up @@ -113,6 +113,7 @@ void GL_Register()

Con_AddMappedConfigVariable("vid-vsync", "i", "window.main.vsync");
Con_AddMappedConfigVariable("vid-fsaa", "i", "window.main.fsaa");
Con_AddMappedConfigVariable("vid-fps", "i", "window.main.showFps");

// Ccmds
C_CMD_FLAGS("fog", NULL, Fog, CMDF_NO_NULLGAME|CMDF_NO_DEDICATED);
Expand Down

0 comments on commit d788f8b

Please sign in to comment.