diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/graphics.php | 2 |
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; } } |