mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Add nametag background setting and object property (#10937)
This commit is contained in:
parent
a8f6befd39
commit
f85e9ab925
17 changed files with 254 additions and 58 deletions
|
@ -290,7 +290,7 @@ inline void writeS8(u8 *data, s8 i)
|
|||
|
||||
inline void writeS16(u8 *data, s16 i)
|
||||
{
|
||||
writeU16(data, (u16)i);
|
||||
writeU16(data, (u16)i);
|
||||
}
|
||||
|
||||
inline void writeS32(u8 *data, s32 i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue