Add 'printFPS' config entry to continuously print FPS to console
Useful on platforms that don't have window decorations.
This commit is contained in:
parent
b4bca7ea3b
commit
7cbf81c83a
5 changed files with 78 additions and 15 deletions
|
@ -17,6 +17,14 @@
|
|||
# debugMode=false
|
||||
|
||||
|
||||
# Continuously print average FPS to console.
|
||||
# This setting does not affect the window title
|
||||
# FPS display toggled via F2
|
||||
# (default: disabled)
|
||||
#
|
||||
# printFPS=false
|
||||
|
||||
|
||||
# Game window is resizable
|
||||
# (default: disabled)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue