mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 23:59:30 +00:00
Fix case sensitivity and Platform::fileDelete
for linux and OSX. Correct a couple of warnings and errors preventing builds on linux.
This commit is contained in:
parent
45a19453ee
commit
4c17d4bb49
11 changed files with 24 additions and 14 deletions
|
|
@ -148,7 +148,7 @@ GFXDevice::GFXDevice()
|
|||
mGlobalAmbientColor = ColorF(0.0f, 0.0f, 0.0f, 1.0f);
|
||||
|
||||
mLightMaterialDirty = false;
|
||||
dMemset(&mCurrentLightMaterial, NULL, sizeof(GFXLightMaterial));
|
||||
dMemset(&mCurrentLightMaterial, 0, sizeof(GFXLightMaterial));
|
||||
|
||||
// State block
|
||||
mStateBlockDirty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue