fix missing bracket
This commit is contained in:
@@ -1054,6 +1054,7 @@ void GameStateDuel::Render()
|
|||||||
{
|
{
|
||||||
JQuadPtr wpQuad = WResourceManager::Instance()->RetrieveTempQuad("bgdeckeditor.jpg");
|
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);
|
JRenderer::GetInstance()->RenderQuad(wpQuad.get(), 0, 0, 0, SCREEN_WIDTH_F / wpQuad->mWidth, SCREEN_HEIGHT_F / wpQuad->mHeight);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//render the game until someone did win the game (otherwise it crashes sometimes under linux)
|
//render the game until someone did win the game (otherwise it crashes sometimes under linux)
|
||||||
|
|||||||
Reference in New Issue
Block a user