mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
fix Clang build. please be careful committing before release! (nw)
This commit is contained in:
parent
f6b9becaa6
commit
c612ba71da
@ -255,7 +255,7 @@ void n64_texture_pipe_t::clamp_cycle_light(INT32* S, INT32* T, const bool maxs,
|
||||
|
||||
void n64_texture_pipe_t::cycle_nearest(color_t* TEX, color_t* prev, INT32 SSS, INT32 SST, UINT32 tilenum, UINT32 cycle, rdp_span_aux* userdata, const rdp_poly_state& object)
|
||||
{
|
||||
const n64_tile_t* tiles = object.m_tiles;
|
||||
// const n64_tile_t* tiles = object.m_tiles;
|
||||
const n64_tile_t& tile = object.m_tiles[tilenum];
|
||||
const UINT32 tformat = tile.format;
|
||||
const UINT32 tsize = tile.size;
|
||||
|
Loading…
Reference in New Issue
Block a user