From 8eb25fbb4747fa2cbc8cea138aa90f944f2e729e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 7 Jan 2009 00:57:08 +0000 Subject: Rebuild 2 images at a time. --- core/helpers/graphics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') 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; } } -- cgit v1.2.3