mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Properly cleanup Xorg in visigen, various fixes and cleanups in URDE, more CRidley imps
This commit is contained in:
@@ -27,6 +27,7 @@ class CStaticRes {
|
||||
zeus::CVector3f x4_scale;
|
||||
|
||||
public:
|
||||
constexpr CStaticRes()=default;
|
||||
CStaticRes(CAssetId id, const zeus::CVector3f& scale) : x0_cmdlId(id), x4_scale(scale) {}
|
||||
|
||||
CAssetId GetId() const { return x0_cmdlId; }
|
||||
|
||||
Reference in New Issue
Block a user