Binds the full metrics display to CTRL+F2 while in-game. Escape Closes.

This commit is contained in:
Azaezel 2014-06-11 03:09:41 -05:00
parent d0a64026b0
commit c514841ebb
4 changed files with 14 additions and 2 deletions

View file

@ -615,7 +615,11 @@ GlobalActionMap.bind(keyboard, "ctrl o", bringUpOptions);
//------------------------------------------------------------------------------
// Debugging Functions
//------------------------------------------------------------------------------
function showmetrics(%val)
{
metrics("FPS GFX SHADOW SFX TERRAIN GROUNDCOVER FOREST NET");
}
GlobalActionMap.bind(keyboard, "ctrl F2", showmetrics);
//------------------------------------------------------------------------------
//