summaryrefslogtreecommitdiff
path: root/core/helpers/graphics.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/graphics.php')
-rw-r--r--core/helpers/graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/graphics.php b/core/helpers/graphics.php
index d36a2421..83a08004 100644
--- a/core/helpers/graphics.php
+++ b/core/helpers/graphics.php
@@ -246,7 +246,7 @@ class graphics_Core {
$completed++;
$remaining--;
- if ($i++ == 3) {
+ if (++$i == 2) {
break;
}
}