From 68d473a1b169c83dc28aec35d57990ba42d64303 Mon Sep 17 00:00:00 2001 From: codereader Date: Tue, 25 Jan 2022 18:32:53 +0100 Subject: [PATCH] #5584: GCC compilation --- radiantcore/selection/manipulators/Renderables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiantcore/selection/manipulators/Renderables.h b/radiantcore/selection/manipulators/Renderables.h index 36dc489421..fb36a062b4 100644 --- a/radiantcore/selection/manipulators/Renderables.h +++ b/radiantcore/selection/manipulators/Renderables.h @@ -20,7 +20,7 @@ class RenderableCornerPoints : RenderableCornerPoints(const std::vector& aabbs) : _aabbs(aabbs), _needsUpdate(true), - _colour({ 1,1,1,1 }) + _colour(1, 1, 1, 1) {} void setColour(const Colour4b& colour)