From 083900c18eece432902f442a72993c377ceffd3d Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 12 Oct 2025 19:38:37 +0200 Subject: [PATCH] Add minor comment --- HellIsUs/dllmain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;