mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 16:43:50 +00:00
Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development
Conflicts: Engine/source/T3D/shapeBase.h
This commit is contained in:
commit
c2e5dc3345
17 changed files with 40 additions and 27 deletions
|
|
@ -502,8 +502,8 @@ void Win32WindowManager::lowerCurtain()
|
|||
|
||||
// Get the monitor's extents.
|
||||
MONITORINFO monInfo;
|
||||
dMemset(&monInfo, 0, sizeof MONITORINFO);
|
||||
monInfo.cbSize = sizeof MONITORINFO;
|
||||
dMemset(&monInfo, 0, sizeof(MONITORINFO));
|
||||
monInfo.cbSize = sizeof(MONITORINFO);
|
||||
|
||||
GetMonitorInfo(hMon, &monInfo);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue