mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Fixed GCC warning.
This commit is contained in:
parent
375f17060a
commit
a330a141dd
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Atlas::init();
|
void init();
|
||||||
|
|
||||||
struct PackedLayer;
|
struct PackedLayer;
|
||||||
PackedLayer* m_layers;
|
PackedLayer* m_layers;
|
||||||
|
|
Loading…
Reference in a new issue