2
0
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:
Phillip Stephens 2019-08-18 12:42:19 -07:00
parent 5307ab4107
commit 50a7f7a860

View File

@ -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)