mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
CCollidable*: Make use of static inline variables where applicable
Allows relocating initialization with the rest of the variables.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
namespace urde {
|
||||
constexpr CCollisionPrimitive::Type sType(CCollidableAABox::SetStaticTableIndex, "CCollidableAABox");
|
||||
u32 CCollidableAABox::sTableIndex = -1;
|
||||
|
||||
CCollidableAABox::CCollidableAABox() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user