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:
parent
d6b810f606
commit
9c2da03e99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue