Fixed bevels going mentally insane on duplicate

This commit is contained in:
andreja6
2018-10-26 13:15:54 -07:00
parent c9bb2ae72b
commit ff5b855e12
3 changed files with 4 additions and 2 deletions

View File

@@ -1342,6 +1342,7 @@ void Demo::onGraphics(RenderDevice* rd) {
rd->afterPrimitive();
rd->popState();
renderDevice->pop2D();
debugAssertGLOk();
}
void Demo::onKeyPressed(int key)