mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Ensuring all names are the correct casing for Linux
This commit is contained in:
parent
fb7e4f92ef
commit
ec8882c3c8
44 changed files with 95 additions and 95 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
#include "platform/platform.h"
|
||||
#include "console/consoleTypes.h"
|
||||
#include "T3D/Components/Render/MeshComponent.h"
|
||||
#include "T3D/components/render/meshcomponent.h"
|
||||
#include "core/util/safeDelete.h"
|
||||
#include "core/resourceManager.h"
|
||||
#include "core/stream/fileStream.h"
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
#include "materials/materialManager.h"
|
||||
#include "materials/matInstance.h"
|
||||
#include "core/strings/findMatch.h"
|
||||
#include "T3D/components/Render/MeshComponent_ScriptBinding.h"
|
||||
#include "T3D/components/render/meshComponent_ScriptBinding.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Constructor/Destructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue