Skip to content

Commit

Permalink
#5584: GCC compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 25, 2022
1 parent 28b3cd9 commit 68d473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/selection/manipulators/Renderables.h
Expand Up @@ -20,7 +20,7 @@ class RenderableCornerPoints :
RenderableCornerPoints(const std::vector<AABB>& aabbs) :
_aabbs(aabbs),
_needsUpdate(true),
_colour({ 1,1,1,1 })
_colour(1, 1, 1, 1)
{}

void setColour(const Colour4b& colour)
Expand Down

0 comments on commit 68d473a

Please sign in to comment.