mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
ANIM3 Bitstream reader fixes
This commit is contained in:
@@ -87,14 +87,6 @@ class CModelData
|
||||
std::unique_ptr<CBooModel> m_xrayModelInst;
|
||||
std::unique_ptr<CBooModel> m_infraModelInst;
|
||||
|
||||
struct WeakModelInsts
|
||||
{
|
||||
std::weak_ptr<CBooModel> m_normalModelInst;
|
||||
std::weak_ptr<CBooModel> m_xrayModelInst;
|
||||
std::weak_ptr<CBooModel> m_infraModelInst;
|
||||
};
|
||||
std::vector<WeakModelInsts> m_weakInsts;
|
||||
|
||||
public:
|
||||
enum class EWhichModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user