mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 20:30:58 +00:00
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
This commit is contained in:
parent
f5e86a83b5
commit
510b726f6f
25 changed files with 47 additions and 46 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "T3D/components/physics/rigidBodycomponent.h"
|
||||
#include "T3D/components/physics/rigidBodyComponent.h"
|
||||
#include "core/util/safeDelete.h"
|
||||
#include "console/consoleTypes.h"
|
||||
#include "console/consoleObject.h"
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
#include "T3D/physics/physicsPlugin.h"
|
||||
#include "T3D/physics/physicsWorld.h"
|
||||
#include "T3D/physics/physicsCollision.h"
|
||||
#include "T3D/components/collision/collisioncomponent.h"
|
||||
#include "T3D/components/collision/collisionComponent.h"
|
||||
|
||||
bool RigidBodyComponent::smNoCorrections = false;
|
||||
bool RigidBodyComponent::smNoSmoothing = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue