]> Dogcows Code - chaz/openbox/blobdiff - render/image.c
finally fix broken gimp window icons
[chaz/openbox] / render / image.c
index 393afe84973babece9e74a974ae9104992323b32..0479f39b81dd59ccec3e78a5cf06b2939bb166cd 100644 (file)
@@ -182,7 +182,7 @@ void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
         dest++;
         source++;
 
-        if (col++ >= dw) {
+        if (++col >= dw) {
             col = 0;
             dest += target_w - dw;
         }
This page took 0.021545 seconds and 4 git commands to generate.