mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Clang-format styles fixes since previous commit
This commit is contained in:
@@ -36,7 +36,7 @@ struct ItemMesh
|
||||
* If the boolean is true, the color is fixed, else
|
||||
* palettes can modify it.
|
||||
*/
|
||||
std::vector<std::pair<bool, video::SColor>> buffer_colors;
|
||||
std::vector<std::pair<bool, video::SColor> > buffer_colors;
|
||||
|
||||
ItemMesh() : mesh(NULL), buffer_colors() {}
|
||||
};
|
||||
|
Reference in New Issue
Block a user