Skip to content

Commit

Permalink
Spaces -> Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-MSFT committed Dec 2, 2020
1 parent 84929ee commit fb848e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bgfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ namespace bgfx
m_frames = 0;
m_debug = BGFX_DEBUG_NONE;
m_frameTimeLast = bx::getHPCounter();
m_flipAfterRender = !!(m_init.resolution.reset & BGFX_RESET_FLIP_AFTER_RENDER);
m_flipAfterRender = !!(m_init.resolution.reset & BGFX_RESET_FLIP_AFTER_RENDER);

m_submit->create(_init.limits.minResourceCbSize);

Expand Down

0 comments on commit fb848e8

Please sign in to comment.