Skip to content

Commit

Permalink
Set CHANGED_TILE flag in gDPSetTile.
Browse files Browse the repository at this point in the history
Fixed Banjo Tooie: certain textures change/shift #499
  • Loading branch information
gonetz committed May 13, 2015
1 parent e685cbc commit 13d53a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gDP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ void gDPSetTile( u32 format, u32 size, u32 line, u32 tmem, u32 tile, u32 palette
}
}

gDP.changed |= CHANGED_TILE;

#ifdef DEBUG
DebugMsg( DEBUG_HIGH | DEBUG_HANDLED | DEBUG_TEXTURE, "gDPSetTile( %s, %s, %i, %i, %i, %i, %s%s, %s%s, %i, %i, %i, %i );\n",
ImageFormatText[format],
Expand Down

0 comments on commit 13d53a0

Please sign in to comment.