diff options
Diffstat (limited to 'src/Geometry.h')
-rw-r--r-- | src/Geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Geometry.h b/src/Geometry.h index c58354308..c3c539e6d 100644 --- a/src/Geometry.h +++ b/src/Geometry.h @@ -219,7 +219,7 @@ public: } constexpr ColourAlpha(ColourDesired cd) noexcept : - ColourDesired(cd.AsInteger() | (0xff << 24)) { + ColourDesired(cd.AsInteger() | (0xffu << 24)) { } constexpr ColourDesired GetColour() const noexcept { |