Critical bug fix. mIdHash was not initialized on UIControl.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-08-01 16:30:18 -03:00
parent 888749d722
commit d3c3d2e2c8

View File

@@ -14,6 +14,7 @@ UIControl * UIControl::New() {
}
UIControl::UIControl() :
mIdHash( 0 ),
mPos( 0, 0 ),
mRealPos( 0, 0 ),
mSize( 0, 0 ),