Merge "Initialize ARect fields in default ctor"
This commit is contained in:
commit
e42cba8feb
@ -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