2
0
Fork 0
mirror of https://github.com/GTA-ASM/SanAndreasUnity synced 2025-02-20 14:58:29 +00:00

display chat even when pause menu is opened

This commit is contained in:
in0finite 2019-11-15 17:03:41 +01:00
parent d6b810f606
commit 9c2da03e99

View file

@ -68,7 +68,7 @@ namespace SanAndreasUnity.UI {
DrawHud( this.hudScreenCorner, this.hudSize, this.hudPadding, this.healthColor, this.healthBackgroundColor );
// draw chat
if (! GameManager.IsInStartupScene && ! PauseMenu.IsOpened)
if (! GameManager.IsInStartupScene)
DrawChat(m_chatMessages);
// draw dot in the middle of screen