Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




index f446793..06af64f 100644 (file)
@@ -96,6 +96,11 @@ int main(int argc, char* argv[])
        SetFunctionSetPixel((SETPIXELPROC)WritePixelToBuffer);\r
        for (i=0;i<GrpInfo.nFrames;i++) {\r
                BI.nFrame = i;\r
+               for (y = 0; y < BI.nHeight; y++) {\r
+                       for (x = 0; x < BI.nWidth; x++) {\r
+                               WritePixelToBuffer(&BI, x, y, 45);\r
+                       }\r
+               }\r
                DrawGrp(hGrp,(HDC)&BI,0,0,i,0,USE_INDEX,0);\r
        }\r
        hGrp2 = hGrp;\r