From 88fcf9b761a9a59043980f9eff497cded43a16a1 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 7 Sep 2025 19:17:10 +0200 Subject: [PATCH] English syntax correction --- Cronos The New Dawn/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cronos The New Dawn/dllmain.cpp b/Cronos The New Dawn/dllmain.cpp index 6c071d4..a9c643f 100644 --- a/Cronos The New Dawn/dllmain.cpp +++ b/Cronos The New Dawn/dllmain.cpp @@ -305,7 +305,7 @@ static void on_overlay_draw(reshade::api::effect_runtime* runtime) ImGui::Text("Screen infos width: %d, height: %d, aspect ratio: %.2f", screenWidth, screenHeight, aspectRatio); ImGui::SetCursorPos(ImVec2(5, 45)); if (GetConsoleEnabled && GetConsoleEnabled()) - ImGui::Text("Console enabled and binded to key Tilde"); + ImGui::Text("Console enabled and bound to key Tilde"); ImGui::SetCursorPos(ImVec2(5, 60)); if (GetFOVIn && GetCompensadedFOV && GetFOVOut) // Test functions in case Core dll is not ready when called ImGui::TextColored(ImColor(48, 179, 25), "FOV In: %.2f, Compensated : %.2f, Out : %.2f", GetFOVIn(), GetCompensadedFOV(), GetFOVOut());