English syntax correction
This commit is contained in:
@@ -345,7 +345,7 @@ static void EnableConsole()
|
||||
auto end = std::chrono::high_resolution_clock::now();
|
||||
std::chrono::duration<double> elapsed = end - start;
|
||||
|
||||
logger->info("Console fully reactivated in {:.3f}s and binded to key Tilde", elapsed.count());
|
||||
logger->info("Console fully reactivated in {:.3f}s and bound to key Tilde", elapsed.count());
|
||||
logger->info("------------------ User inputs ------------------");
|
||||
g_Console_Enabled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user