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