Fixed imguiCube scissor.

This commit is contained in:
Branimir Karadžić
2014-10-04 18:11:10 -07:00
parent 3206c318ae
commit cc16fa3aa3
2 changed files with 1 additions and 7 deletions

View File

@@ -1732,6 +1732,7 @@ struct Imgui
| BGFX_STATE_RGB_WRITE
| BGFX_STATE_CULL_CW
);
setCurrentScissor();
bgfx::submit(m_view);
}
}