aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/PhysX/src/NpShape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/PhysX/src/NpShape.cpp')
-rw-r--r--PhysX_3.4/Source/PhysX/src/NpShape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/PhysX/src/NpShape.cpp b/PhysX_3.4/Source/PhysX/src/NpShape.cpp
index 5bd5e8ad..ed08809d 100644
--- a/PhysX_3.4/Source/PhysX/src/NpShape.cpp
+++ b/PhysX_3.4/Source/PhysX/src/NpShape.cpp
@@ -104,7 +104,7 @@ void NpShape::importExtraData(PxDeserializationContext& context)
context.readName(mName);
}
-void NpShape::requires(PxProcessPxBaseCallback& c)
+void NpShape::requiresObjects(PxProcessPxBaseCallback& c)
{
//meshes
PxBase* mesh = NULL;