Bug fix where HUD doesn't show up after resuming

master
AlmTech Software 5 years ago
parent 3873cf300b
commit aff6224da9
  1. 1
      gamemode/engine/derma/menus/menu_main.lua

@ -129,6 +129,7 @@ function main.open(dt)
surface.PlaySound( "UI/buttonclick.wav" ) surface.PlaySound( "UI/buttonclick.wav" )
f:Close() f:Close()
Quantum.Client.Cam.Stop() Quantum.Client.Cam.Stop()
Quantum.Client.IsInMenu = false
end end
res.OnCursorEntered = function() surface.PlaySound( "UI/buttonrollover.wav" ) end res.OnCursorEntered = function() surface.PlaySound( "UI/buttonrollover.wav" ) end
end end

Loading…
Cancel
Save