mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Critical bug fix. mIdHash was not initialized on UIControl.
--HG-- branch : dev
This commit is contained in:
@@ -14,6 +14,7 @@ UIControl * UIControl::New() {
|
||||
}
|
||||
|
||||
UIControl::UIControl() :
|
||||
mIdHash( 0 ),
|
||||
mPos( 0, 0 ),
|
||||
mRealPos( 0, 0 ),
|
||||
mSize( 0, 0 ),
|
||||
|
||||
Reference in New Issue
Block a user