mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-19 11:15:18 +02:00
Document that object properties colors
field is unused (#15685)
This commit is contained in:
@@ -16,7 +16,7 @@ struct ObjectProperties
|
||||
/* member variables ordered roughly by size */
|
||||
|
||||
std::vector<std::string> textures;
|
||||
std::vector<video::SColor> colors;
|
||||
std::vector<video::SColor> colors; // Currently unused
|
||||
// Values are BS=1
|
||||
aabb3f collisionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);
|
||||
// Values are BS=1
|
||||
|
Reference in New Issue
Block a user