mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-08-30 06:58:26 +00:00
Cleanup.
This commit is contained in:
@@ -305,7 +305,7 @@ class Particles : public entry::AppI
|
||||
|
||||
// Use debug font to print information about this example.
|
||||
bgfx::dbgTextClear();
|
||||
bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/xx-particles");
|
||||
bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/32-particles");
|
||||
bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Particles.");
|
||||
bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user