work on openxr controllers
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
virtual void Spawn() override;
|
||||
virtual void SetModel( const char *szName );
|
||||
virtual void OnModelChanged( const char *szName );
|
||||
virtual void Think( float fDelta );
|
||||
void Think( float fDelta );
|
||||
char m_szModel[256] = {};
|
||||
private:
|
||||
char m_szCurrentModel[256] = {};
|
||||
|
||||
Reference in New Issue
Block a user