diff options
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r-- | src/wieldmesh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h index 23e3abf29..87b8a8efe 100644 --- a/src/wieldmesh.h +++ b/src/wieldmesh.h @@ -46,8 +46,8 @@ struct ItemPartColor ItemPartColor() = default; - ItemPartColor(bool override, video::SColor color) - : override_base(override), color(color) + ItemPartColor(bool override, video::SColor color) : + override_base(override), color(color) { } }; |