FPS counter can be enabled separately from DebugDraw

This commit is contained in:
juanjp600
2017-12-15 11:28:46 -03:00
parent 5e62371a09
commit c203ece2cb
2 changed files with 8 additions and 4 deletions
@@ -1,4 +1,4 @@
using Barotrauma.Networking;
using Barotrauma.Networking;
using Barotrauma.Particles;
using FarseerPhysics;
using FarseerPhysics.Dynamics;
@@ -14,6 +14,7 @@ namespace Barotrauma
{
class GameMain : Game
{
public static bool ShowFPS = true;
public static bool DebugDraw;
public static FrameCounter FrameCounter;