mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
GraphicsToken bool operator
This commit is contained in:
@@ -292,6 +292,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
~GraphicsDataToken() {doDestroy();}
|
||||
operator bool() const {return m_factory && m_data;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user