mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
remove blank space
This commit is contained in:
parent
2f89ab16ba
commit
925e0eb371
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
|
||||
//textBufferManager->appendText(staticText, distance_font, L"The quick brown fox jumps over the lazy dog\n");
|
||||
//textBufferManager->appendText(staticText, distance_font, L"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\n");
|
||||
textBufferManager->appendText(staticText, distance_font, L"BGFX ");
|
||||
textBufferManager->appendText(staticText, distance_font, L"BGFX ");
|
||||
textBufferManager->appendText(staticText, smaller_font, L"bgfx");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue