mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
get rid of missleading NULL initializer
This commit is contained in:
parent
fe41a9f6b8
commit
1194e6f556
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class TextBuffer;
|
||||||
class TextBufferManager
|
class TextBufferManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TextBufferManager(FontManager* _fontManager = NULL);
|
TextBufferManager(FontManager* _fontManager);
|
||||||
~TextBufferManager();
|
~TextBufferManager();
|
||||||
|
|
||||||
TextBufferHandle createTextBuffer(FontType _type, BufferType _bufferType);
|
TextBufferHandle createTextBuffer(FontType _type, BufferType _bufferType);
|
||||||
|
|
Loading…
Reference in a new issue