mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 17:47:12 -04:00
Render chat above HUD
This commit is contained in:
parent
018f57945c
commit
adac7367ef
@ -137,9 +137,9 @@ enum GuiPriority {
|
|||||||
GUI_PRIORITY_TEXIDS = 30,
|
GUI_PRIORITY_TEXIDS = 30,
|
||||||
GUI_PRIORITY_TOUCH = 25,
|
GUI_PRIORITY_TOUCH = 25,
|
||||||
GUI_PRIORITY_INVENTORY = 20,
|
GUI_PRIORITY_INVENTORY = 20,
|
||||||
GUI_PRIORITY_STATUS = 15,
|
GUI_PRIORITY_CHAT = 15,
|
||||||
GUI_PRIORITY_HUD = 10,
|
GUI_PRIORITY_HUD = 10,
|
||||||
GUI_PRIORITY_LOADING = 5,
|
GUI_PRIORITY_LOADING = 5
|
||||||
};
|
};
|
||||||
|
|
||||||
struct HUDScreen;
|
struct HUDScreen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user