mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
CParticleGen inheritance fix
This commit is contained in:
@@ -246,8 +246,6 @@ public:
|
||||
TLockedToken(const CToken& other) : TToken<T>(other) {m_obj = TToken<T>::GetObj();}
|
||||
TLockedToken(CToken&& other) : TToken<T>(std::move(other)) {m_obj = TToken<T>::GetObj();}
|
||||
T* GetObj() {return m_obj;}
|
||||
template <class U>
|
||||
U* CastObj() {return static_cast<U*>(m_obj);}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user