aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Geometry.h2
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 {