aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-03-26 13:38:59 +0100
committerArisotura <thetotalworm@gmail.com>2019-03-26 13:38:59 +0100
commit785716ac41fb65cb97e936d45b5b9620fb204c38 (patch)
treed5663600de2dd1a89d6bf443b1a3cbcbaa5ee73a /src
parent02f989d3d8848be42ce36ae31100fbbb0b09687d (diff)
* readme update
* remove TODO that has already been done
Diffstat (limited to 'src')
-rw-r--r--src/GPU2D.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index cdd61ea..b120cd8 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -1334,8 +1334,6 @@ void GPU2D::DrawPixel(u32* dst, u16 color, u32 flag)
void GPU2D::DrawBG_3D(u32 line, u32* dst)
{
- // TODO: check if window can prevent blending from happening
-
u32* src = GPU3D::GetLine(line);
u8* windowmask = (u8*)&dst[256*2];