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:
@@ -85,8 +85,8 @@ static const uint16_t s_cubeIndices[36] =
|
||||
class ExampleBump : public entry::AppI
|
||||
{
|
||||
public:
|
||||
ExampleBump(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
ExampleBump(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -371,8 +371,8 @@ public:
|
||||
} // namespace
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(
|
||||
ExampleBump
|
||||
, "06-bump"
|
||||
, "Loading textures."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#bump"
|
||||
);
|
||||
ExampleBump
|
||||
, "06-bump"
|
||||
, "Loading textures."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#bump"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user