mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -103,7 +103,7 @@ static const uint16_t s_cubeIndices[36] =
|
||||
21, 23, 22,
|
||||
};
|
||||
|
||||
class Bump : public entry::AppI
|
||||
class ExampleBump : public entry::AppI
|
||||
{
|
||||
void init(int _argc, char** _argv) BX_OVERRIDE
|
||||
{
|
||||
@@ -387,4 +387,4 @@ class Bump : public entry::AppI
|
||||
int64_t m_timeOffset;
|
||||
};
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(Bump);
|
||||
ENTRY_IMPLEMENT_MAIN(ExampleBump);
|
||||
|
||||
Reference in New Issue
Block a user