Add minor comment

This commit is contained in:
2025-10-12 19:38:37 +02:00
parent 4b2372a4a9
commit 083900c18e

View File

@@ -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<UConsole*>(NewObject);
//Engine->GameViewport->ViewportConsole->ConsoleTargetPlayer->ViewportClient
// Compute console enabling duration
auto end = std::chrono::high_resolution_clock::now();
std::chrono::duration<double> elapsed = end - start;