mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -70,7 +70,7 @@ static const int64_t highwm = 1000000/65;
|
||||
static const int64_t lowwm = 1000000/57;
|
||||
#endif // BX_PLATFORM_EMSCRIPTEN || BX_PLATFORM_NACL
|
||||
|
||||
class DrawStress : public entry::AppI
|
||||
class ExampleDrawStress : public entry::AppI
|
||||
{
|
||||
void init(int _argc, char** _argv) BX_OVERRIDE
|
||||
{
|
||||
@@ -350,4 +350,4 @@ class DrawStress : public entry::AppI
|
||||
bgfx::IndexBufferHandle m_ibh;
|
||||
};
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(DrawStress);
|
||||
ENTRY_IMPLEMENT_MAIN(ExampleDrawStress);
|
||||
|
||||
Reference in New Issue
Block a user