aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp')
-rw-r--r--PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp b/PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp
index a25f3779..8e4f1160 100644
--- a/PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp
+++ b/PhysX_3.4/Source/PhysX/src/NpSerializerAdapter.cpp
@@ -92,7 +92,7 @@ namespace physx
};
RequiresCallback callback(s);
- dynamic.requires(callback);
+ dynamic.requiresObjects(callback);
}
template<>
@@ -124,7 +124,7 @@ namespace physx
};
RequiresCallback callback(s);
- shape.requires(callback);
+ shape.requiresObjects(callback);
}
template<>