Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Apr 6, 2016
1 parent 1b6cf64 commit 3eda14f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/01-cubes/cubes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ExampleCubes : public entry::AppI
void init(int _argc, char** _argv) BX_OVERRIDE
{
Args args(_argc, _argv);

m_width = 1280;
m_height = 720;
m_debug = BGFX_DEBUG_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion examples/02-metaballs/metaballs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class ExampleMetaballs : public entry::AppI
void init(int _argc, char** _argv) BX_OVERRIDE
{
Args args(_argc, _argv);

m_width = 1280;
m_height = 720;
m_debug = BGFX_DEBUG_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion examples/04-mesh/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ExampleMesh : public entry::AppI
void init(int _argc, char** _argv) BX_OVERRIDE
{
Args args(_argc, _argv);

m_width = 1280;
m_height = 720;
m_debug = BGFX_DEBUG_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion examples/06-bump/bump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ExampleBump : public entry::AppI
void init(int _argc, char** _argv) BX_OVERRIDE
{
Args args(_argc, _argv);

m_width = 1280;
m_height = 720;
m_debug = BGFX_DEBUG_TEXT;
Expand Down

0 comments on commit 3eda14f

Please sign in to comment.