mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-13 19:25:51 +00:00
Fix compiling with update boo
This commit is contained in:
parent
5307ab4107
commit
50a7f7a860
@ -36,7 +36,7 @@ class IconAtlas {
|
||||
|
||||
public:
|
||||
IconAtlas() = default;
|
||||
operator bool() const { return m_tex; }
|
||||
operator bool() const { return m_tex.operator bool(); }
|
||||
void initializeAtlas(const boo::ObjToken<boo::ITextureS>& tex) {
|
||||
m_tex = tex;
|
||||
for (size_t c = 0; c < COLS; ++c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user