diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-07 00:57:08 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-07 00:57:08 +0000 |
commit | 8eb25fbb4747fa2cbc8cea138aa90f944f2e729e (patch) | |
tree | c80126e913a7f6b4f163a6dcecf151dea6788b77 /core | |
parent | af3882cd346e48c72a41e370415467f31191a761 (diff) |
Rebuild 2 images at a time.
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; } } |