diff options
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/Rect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/Rect.h b/include/ui/Rect.h index 6cf64eb..31e28d2 100644 --- a/include/ui/Rect.h +++ b/include/ui/Rect.h @@ -34,6 +34,7 @@ public: // because we want the compiler generated versions inline Rect() { + left = right = top = bottom = 0; } inline Rect(int32_t w, int32_t h) { |