|
|
@@ -93,7 +93,7 @@ set_max_bounds(PhysxBounds3 &bounds) {
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: PhysxSceneDesc::get_max_bounds
|
|
|
// Access: Published
|
|
|
-// Description:
|
|
|
+// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
PhysxBounds3 PhysxSceneDesc::
|
|
|
get_max_bounds() const {
|
|
|
@@ -102,6 +102,7 @@ get_max_bounds() const {
|
|
|
//PhysxBounds3 value;
|
|
|
//value._bounds = *(_desc.maxBounds);
|
|
|
//return value;
|
|
|
+ return PhysxBounds3();
|
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|