English syntax correction
This commit is contained in:
@@ -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::Text("Screen infos width: %d, height: %d, aspect ratio: %.2f", screenWidth, screenHeight, aspectRatio);
|
||||||
ImGui::SetCursorPos(ImVec2(5, 45));
|
ImGui::SetCursorPos(ImVec2(5, 45));
|
||||||
if (GetConsoleEnabled && GetConsoleEnabled())
|
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));
|
ImGui::SetCursorPos(ImVec2(5, 60));
|
||||||
if (GetFOVIn && GetCompensadedFOV && GetFOVOut) // Test functions in case Core dll is not ready when called
|
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());
|
ImGui::TextColored(ImColor(48, 179, 25), "FOV In: %.2f, Compensated : %.2f, Out : %.2f", GetFOVIn(), GetCompensadedFOV(), GetFOVOut());
|
||||||
|
|||||||
Reference in New Issue
Block a user