* commit 'f3929d6611bb8278e561fdd4b05a21915ac9de76': Initialize ARect fields in default ctor
This commit is contained in:
commit
d23b34b3ac
@ -34,6 +34,7 @@ public:
|
|||||||
// because we want the compiler generated versions
|
// because we want the compiler generated versions
|
||||||
|
|
||||||
inline Rect() {
|
inline Rect() {
|
||||||
|
left = right = top = bottom = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline Rect(int32_t w, int32_t h) {
|
inline Rect(int32_t w, int32_t h) {
|
||||||
|
Loading…
Reference in New Issue
Block a user