summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rdpspn16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rdpspn16.c')
-rw-r--r--src/mame/video/rdpspn16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rdpspn16.c b/src/mame/video/rdpspn16.c
index 8a1f23faac4..a10d737009d 100644
--- a/src/mame/video/rdpspn16.c
+++ b/src/mame/video/rdpspn16.c
@@ -209,7 +209,7 @@ void n64_rdp::SpanDraw1Cycle(INT32 scanline, const extent_t &extent, const rdp_p
dzpix = object.MiscState.PrimitiveDZ;
dzinc = 0;
}
-
+
if (object.MiscState.FBSize < 2 || object.MiscState.FBSize > 4)
fatalerror("unsupported FBSize %d\n", object.MiscState.FBSize);