mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
6
This commit is contained in:
parent
45e723d298
commit
545b8ffc5c
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void ObjectProperties::serialize(std::ostream &os) const
|
||||||
writeU8(os, node.getParam2());
|
writeU8(os, node.getParam2());
|
||||||
|
|
||||||
if (!nametag_fontsize)
|
if (!nametag_fontsize)
|
||||||
writeU32(os, U32_MAX); // nil placeholder
|
writeU32(os, U32_MAX); // null placeholder
|
||||||
else
|
else
|
||||||
writeU32(os, nametag_fontsize.value());
|
writeU32(os, nametag_fontsize.value());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue