Skip to content

Commit

Permalink
Changes info text hud visibility with "gsHudVisibility" #1312
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Apr 2, 2022
1 parent 13e9ed7 commit cfa9979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Courseplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function Courseplay:draw()
end
g_devHelper:draw()
CpDebug:draw()
if not g_gui:getIsGuiVisible() then
if not g_gui:getIsGuiVisible() and not g_noHudModeEnabled then
self.infoTextsHud:draw()
end
end
Expand Down

0 comments on commit cfa9979

Please sign in to comment.