mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed tabs/spaces.
This commit is contained in:
@@ -145,8 +145,8 @@ static const uint32_t kTexture2dSize = 256;
|
||||
class ExampleUpdate : public entry::AppI
|
||||
{
|
||||
public:
|
||||
ExampleUpdate(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
ExampleUpdate(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
, m_cube(kTextureSide)
|
||||
{
|
||||
}
|
||||
@@ -724,8 +724,8 @@ public:
|
||||
} // namespace
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(
|
||||
ExampleUpdate
|
||||
, "08-update"
|
||||
, "Updating textures."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#update"
|
||||
);
|
||||
ExampleUpdate
|
||||
, "08-update"
|
||||
, "Updating textures."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#update"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user