mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 18:45:23 -04:00
Fix minimising or resizing screwing up chat/hotbar position (Thanks Fam0r)
This commit is contained in:
parent
95d8f3803f
commit
3c06b1e333
@ -331,7 +331,7 @@ static const struct ScreenVTABLE HUDScreen_VTABLE = {
|
|||||||
HUDScreen_Render, HUDScreen_BuildMesh,
|
HUDScreen_Render, HUDScreen_BuildMesh,
|
||||||
HUDScreen_KeyDown, HUDScreen_KeyUp, Screen_FKeyPress, Screen_FText,
|
HUDScreen_KeyDown, HUDScreen_KeyUp, Screen_FKeyPress, Screen_FText,
|
||||||
HUDscreen_PointerDown, Screen_FPointer, Screen_FPointer, Screen_FMouseScroll,
|
HUDscreen_PointerDown, Screen_FPointer, Screen_FPointer, Screen_FMouseScroll,
|
||||||
Screen_NullFunc, HUDScreen_ContextLost, HUDScreen_ContextRecreated
|
HUDScreen_Layout, HUDScreen_ContextLost, HUDScreen_ContextRecreated
|
||||||
};
|
};
|
||||||
void HUDScreen_Show(void) {
|
void HUDScreen_Show(void) {
|
||||||
struct HUDScreen* s = &HUDScreen_Instance;
|
struct HUDScreen* s = &HUDScreen_Instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user