gl: crosshair not displaying without fps cpunter or vmu

This commit is contained in:
flyinghead 2021-01-28 18:57:04 +01:00
parent 958775ffbe
commit 0fe0c6c653
1 changed files with 1 additions and 1 deletions

View File

@ -2005,7 +2005,7 @@ void gui_display_osd()
if (message.empty())
message = getFPSNotification();
if (!message.empty() || settings.rend.FloatVMUs)
if (!message.empty() || settings.rend.FloatVMUs || crosshairsNeeded())
{
ImGui_Impl_NewFrame();
ImGui::NewFrame();