mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Reorder ObjectProperties struct
This commit is contained in:
@@ -32,7 +32,7 @@ ObjectProperties::ObjectProperties()
|
||||
colors.emplace_back(255,255,255,255);
|
||||
}
|
||||
|
||||
std::string ObjectProperties::dump()
|
||||
std::string ObjectProperties::dump() const
|
||||
{
|
||||
std::ostringstream os(std::ios::binary);
|
||||
os << "hp_max=" << hp_max;
|
||||
|
Reference in New Issue
Block a user