fix missing bracket

This commit is contained in:
valfieri
2019-09-11 19:00:36 +02:00
parent 6fd6f9061c
commit 7d86578152

View File

@@ -1054,6 +1054,7 @@ void GameStateDuel::Render()
{
JQuadPtr wpQuad = WResourceManager::Instance()->RetrieveTempQuad("bgdeckeditor.jpg");
JRenderer::GetInstance()->RenderQuad(wpQuad.get(), 0, 0, 0, SCREEN_WIDTH_F / wpQuad->mWidth, SCREEN_HEIGHT_F / wpQuad->mHeight);
}
#endif
//render the game until someone did win the game (otherwise it crashes sometimes under linux)