From bcd2f8c64cd85ad08076c4312a74f393242586fc Mon Sep 17 00:00:00 2001 From: aap Date: Tue, 12 May 2020 20:44:37 +0200 Subject: remove debug shit --- src/core/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3