diff options
Diffstat (limited to 'PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp')
| -rw-r--r-- | PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp b/PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp index fe580659..b53884da 100644 --- a/PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp +++ b/PhysX_3.4/Source/PhysXCooking/src/Cooking.cpp @@ -75,7 +75,7 @@ const PxCookingParams& Cooking::getParams() const bool Cooking::platformMismatch() const { // Get current endianness (the one for the platform where cooking is performed) - PxI8 currentEndian = Ps::littleEndian(); + const PxI8 currentEndian = Ps::littleEndian(); bool mismatch = true; switch(mParams.targetPlatform) |