some work on assetmgr

This commit is contained in:
2026-03-04 14:45:34 +02:00
parent 9884006888
commit ddbdef713b
20 changed files with 282 additions and 153 deletions

View File

@@ -20,7 +20,7 @@ public:
void SetModel( const char *szName );
private:
uint32_t m_uModelIndex;
HFunnyModel m_hModelHandle;
FunnyModel_t *m_pModel;
IMeshInstance *m_pInstance;
};