diff options
Diffstat (limited to 'src/GPU2D.cpp')
-rw-r--r-- | src/GPU2D.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp index 0b3afd0..a61d00c 100644 --- a/src/GPU2D.cpp +++ b/src/GPU2D.cpp @@ -387,7 +387,7 @@ void GPU2D::DrawScanline(u32 line) if (line > 192) { for (int i = 0; i < 256; i++) - dst[i] = 0xFF3F3F3F; + dst[i] = 0xFFFFFFFF; return; } |