Skip to content

Commit

Permalink
separated the player minimap rendering part of the show(...) function…
Browse files Browse the repository at this point in the history
… (I'll split it in 3) and fixed #64. The blur borders part was causing the issue.
  • Loading branch information
LordSk authored and dscharrer committed Jul 6, 2013
1 parent 21a98cd commit 582099f
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 123 deletions.
2 changes: 1 addition & 1 deletion src/core/ArxGame.cpp
Expand Up @@ -1875,7 +1875,7 @@ void ArxGame::Render() {
long SHOWLEVEL = ARX_LEVELS_GetRealNum(CURRENTLEVEL);

if(SHOWLEVEL >= 0 && SHOWLEVEL < 32)
g_miniMap.show(SHOWLEVEL, 1, 1);
g_miniMap.showPlayerMiniMap(SHOWLEVEL);
}

//-------------------------------------------------------------------------
Expand Down

0 comments on commit 582099f

Please sign in to comment.