mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Document that object properties colors
field is unused (#15685)
This commit is contained in:
parent
f17498b049
commit
a8c4c55d58
5 changed files with 4 additions and 6 deletions
|
@ -32,7 +32,6 @@ PlayerSAO::PlayerSAO(ServerEnvironment *env_, RemotePlayer *player_, session_t p
|
|||
m_prop.textures.emplace_back("player.png");
|
||||
m_prop.textures.emplace_back("player_back.png");
|
||||
m_prop.colors.clear();
|
||||
m_prop.colors.emplace_back(255, 255, 255, 255);
|
||||
m_prop.spritediv = v2s16(1,1);
|
||||
m_prop.eye_height = 1.625f;
|
||||
// End of default appearance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue