summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rdptpipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rdptpipe.c')
-rw-r--r--src/mame/video/rdptpipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/rdptpipe.c b/src/mame/video/rdptpipe.c
index 8740451088a..34a62f70c4a 100644
--- a/src/mame/video/rdptpipe.c
+++ b/src/mame/video/rdptpipe.c
@@ -476,7 +476,7 @@ void n64_texture_pipe_t::lod_1cycle(INT32* sss, INT32* sst, const INT32 s, const
/* FIXME: ???
if(object.m_other_modes.sharpen_tex_en && magnify)
{
- userdata->m_lod_fraction |= 0x100;
+ userdata->m_lod_fraction |= 0x100;
}
*/
}
@@ -550,7 +550,7 @@ void n64_texture_pipe_t::lod_2cycle(INT32* sss, INT32* sst, const INT32 s, const
/* FIXME: ???
if(object.m_other_modes.sharpen_tex_en && magnify)
{
- userdata->m_lod_fraction |= 0x100;
+ userdata->m_lod_fraction |= 0x100;
}*/
if (object.m_other_modes.tex_lod_en)