mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Rename everything
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Runtime/Collision/CJointCollisionDescription.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
|
||||
CJointCollisionDescription::CJointCollisionDescription(ECollisionType colType, CSegId pivotId, CSegId nextId,
|
||||
const zeus::CVector3f& bounds, const zeus::CVector3f& pivotPoint,
|
||||
@@ -58,4 +58,4 @@ void CJointCollisionDescription::ScaleAllBounds(const zeus::CVector3f& scale) {
|
||||
x28_maxSeparation *= scale.x();
|
||||
x18_pivotPoint *= scale;
|
||||
}
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user