English syntax correction

This commit is contained in:
2025-09-07 19:17:10 +02:00
parent 78fb746242
commit 88fcf9b761

View File

@@ -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());