Fixed tabs/spaces

This commit is contained in:
Leandro Freire
2019-08-17 22:40:38 +01:00
committed by Бранимир Караџић
parent 3f647f1ca1
commit 33ac8934ff
30 changed files with 219 additions and 219 deletions

View File

@@ -21,8 +21,8 @@ namespace
class ExamplePicking : public entry::AppI
{
public:
ExamplePicking(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
ExamplePicking(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
{
}
@@ -443,8 +443,8 @@ public:
} // namespace
ENTRY_IMPLEMENT_MAIN(
ExamplePicking
, "30-picking"
, "Mouse picking via GPU texture readback."
, "https://bkaradzic.github.io/bgfx/examples.html#picking"
);
ExamplePicking
, "30-picking"
, "Mouse picking via GPU texture readback."
, "https://bkaradzic.github.io/bgfx/examples.html#picking"
);