diff options
author | aap <aap@papnet.eu> | 2020-05-12 20:44:37 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-12 20:44:37 +0200 |
commit | bcd2f8c64cd85ad08076c4312a74f393242586fc (patch) | |
tree | f4aeeee90746c6221a4c76d58be2d7997457eca5 /src | |
parent | 180a1dc42b4d6fc70e5c3e4fc06b217419d71371 (diff) |
remove debug shit
Diffstat (limited to 'src')
-rw-r--r-- | src/core/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index bcd6202e..d6af0b2a 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -263,9 +263,6 @@ DoFade(void) void DoRWStuffEndOfFrame(void) { -char buf[100]; -sprintf(buf, "timestep: %f %f", CTimer::GetTimeStep(), CTimer::GetTimeStepInMilliseconds()); -CDebug::PrintAt(buf, 10, 10); CDebug::DisplayScreenStrings(); // custom CDebug::DebugDisplayTextBuffer(); FlushObrsPrintfs(); |