mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -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:
|
||||
void Atlas::init();
|
||||
void init();
|
||||
|
||||
struct PackedLayer;
|
||||
PackedLayer* m_layers;
|
||||
|
|
Loading…
Reference in a new issue