mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Fix issues with earlier CSM HUD commit (#6940)
The CSM HUD PR caused some strange behavior including aborts due to parts of it using some slightly hacky code, the event refactor changing how events are processed and a minor oversight.
This commit is contained in:
parent
3a5959ae6b
commit
4f688d5616
4 changed files with 15 additions and 15 deletions
|
@ -116,7 +116,7 @@ struct ClientEvent
|
|||
} delete_particlespawner;
|
||||
struct
|
||||
{
|
||||
u32 id;
|
||||
u32 server_id;
|
||||
u8 type;
|
||||
v2f *pos;
|
||||
std::string *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue