diff --git a/HellIsUs/dllmain.cpp b/HellIsUs/dllmain.cpp index 4b2b4e4..2135136 100644 --- a/HellIsUs/dllmain.cpp +++ b/HellIsUs/dllmain.cpp @@ -609,8 +609,7 @@ static void EnableConsole() logger->info("Successfully spawned console object"); // Set the console viewport so that it will be displayed Engine->GameViewport->ViewportConsole = static_cast(NewObject); - - //Engine->GameViewport->ViewportConsole->ConsoleTargetPlayer->ViewportClient + // Compute console enabling duration auto end = std::chrono::high_resolution_clock::now(); std::chrono::duration elapsed = end - start;