Add minor comment
This commit is contained in:
@@ -609,8 +609,7 @@ static void EnableConsole()
|
|||||||
logger->info("Successfully spawned console object");
|
logger->info("Successfully spawned console object");
|
||||||
// Set the console viewport so that it will be displayed
|
// Set the console viewport so that it will be displayed
|
||||||
Engine->GameViewport->ViewportConsole = static_cast<UConsole*>(NewObject);
|
Engine->GameViewport->ViewportConsole = static_cast<UConsole*>(NewObject);
|
||||||
|
// Compute console enabling duration
|
||||||
//Engine->GameViewport->ViewportConsole->ConsoleTargetPlayer->ViewportClient
|
|
||||||
auto end = std::chrono::high_resolution_clock::now();
|
auto end = std::chrono::high_resolution_clock::now();
|
||||||
std::chrono::duration<double> elapsed = end - start;
|
std::chrono::duration<double> elapsed = end - start;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user