aboutsummaryrefslogtreecommitdiff
path: root/src/GPU2D.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-09-01 18:38:01 +0200
committerArisotura <thetotalworm@gmail.com>2019-09-01 18:38:01 +0200
commit5b5103443608d6f7e88229b1fbf8fb276b4f5f27 (patch)
tree60d3bf403afcc175af241d19912a871e223715b9 /src/GPU2D.cpp
parentf01016a30b2e8482d06798895ebc674370e81816 (diff)
zerp
Diffstat (limited to 'src/GPU2D.cpp')
-rw-r--r--src/GPU2D.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index 432eaaf..288ee58 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -2205,8 +2205,6 @@ void GPU2D::DrawSprites(u32 line)
64, 32, 64, 8
};
- u32 nsprites = 0;
-
for (int bgnum = 0x0C00; bgnum >= 0x0000; bgnum -= 0x0400)
{
for (int sprnum = 127; sprnum >= 0; sprnum--)