Fixed Clear2xSaIBuffer to clear the first line, too.

This commit is contained in:
jbo_85
2006-02-15 03:10:48 +00:00
parent 22e6999f5d
commit ea8fa6b9c1

View File

@@ -76,5 +76,5 @@ void CapturePicture()
void Clear2xSaIBuffer()
{
memset(vidbufferofsb+576, 0xFF, 576*239);
memset(vidbufferofsb+288, 0xFF, 576*239);
}