mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
* BugFix: More cleanup of MSVC compiler warnings.
This commit is contained in:
parent
22d6b4a1f1
commit
74cc60508b
7 changed files with 2 additions and 42 deletions
|
|
@ -550,7 +550,7 @@ void PlatformWindowSDL::_triggerTextNotify(const SDL_Event& evt)
|
|||
}
|
||||
else // get a wchar string
|
||||
{
|
||||
const U32 len = strlen(evt.text.text);
|
||||
const dsize_t len = strlen(evt.text.text);
|
||||
U16 wchar[16] = {};
|
||||
dMemcpy(wchar, evt.text.text, sizeof(char)*len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue