uninitialized variables-platform

(cherry picked from commit 36fd324de7a29a8f4bb84b7622ae925acb1d3760)
This commit is contained in:
AzaezelX 2020-04-26 16:00:48 -05:00
parent bfcc83638d
commit bd8a72005e
7 changed files with 17 additions and 6 deletions

View file

@ -129,6 +129,7 @@ PlatformFont *createPlatformFont(const char *name, dsize_t size, U32 charset /*
WinFont::WinFont() : mFont(NULL)
{
dMemset(&mTextMetric, 0, sizeof(mTextMetric));
}
WinFont::~WinFont()