summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars) <paul@buetow.org>2012-01-28 12:24:41 +0100
committerPaul Buetow (mars) <paul@buetow.org>2012-01-28 12:24:41 +0100
commit1694147e15649029cfd952a5e4e22beb3c984653 (patch)
treedfe5c510ebca00153203a8347c2644feec642b37
parent60deac831ca8bee2d36be1588e82e018027125fd (diff)
:
-rwxr-xr-xloadbars3
1 files changed, 2 insertions, 1 deletions
diff --git a/loadbars b/loadbars
index 58e9e6c..89ee056 100755
--- a/loadbars
+++ b/loadbars
@@ -271,6 +271,7 @@ sub main_loop ($@) {
);
SDL::Font->new('font.png')->use();
+
my $rects = {};
my %prev_stats;
my %last_loads;
@@ -718,7 +719,7 @@ sub main_loop ($@) {
$resize_window = $lock = 0;
$redraw_background = 1;
}
-
+
if ($redraw_background) {
draw_background $app, $rects;
$redraw_background = 0;