mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
clear utf16 cache
this stops the unicode global cache from showing in the memleak output
This commit is contained in:
parent
8926d1c32b
commit
d8315267e8
4 changed files with 12 additions and 2 deletions
|
|
@ -317,6 +317,8 @@ void Platform::shutdown()
|
|||
GFXDevice::destroy();
|
||||
|
||||
WinConsole::destroy();
|
||||
|
||||
UTF16ClearCache();
|
||||
}
|
||||
|
||||
extern bool LinkConsoleFunctions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue