improve rendering and physics

This commit is contained in:
2026-03-18 18:41:28 +02:00
parent 0a506f7185
commit b56d85f95d
33 changed files with 141 additions and 82 deletions

View File

@@ -16,9 +16,9 @@ public:
virtual void SetModel( const char *szName );
virtual void OnModelChanged( const char *szName );
virtual void Think( float fDelta );
char m_szModel[256] = {};
private:
char m_szCurrentModel[256] = {};
char m_szModel[256] = {};
};
#endif