mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -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
|
||||
{
|
||||
public:
|
||||
TextBufferManager(FontManager* _fontManager = NULL);
|
||||
TextBufferManager(FontManager* _fontManager);
|
||||
~TextBufferManager();
|
||||
|
||||
TextBufferHandle createTextBuffer(FontType _type, BufferType _bufferType);
|
||||
|
|
Loading…
Reference in a new issue