summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 5dbc72f..cfbd0b6 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -56,7 +56,6 @@ use constant {
NULL => 0,
MSG_TOGGLE_TXT => 1,
MSG_SET_FACTOR => 3,
- FONT => SDL::Font->new('font.png'),
BLACK => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0x00),
BLUE => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0xff),
GREEN => SDL::Color->new(-r => 0x00, -g => 0x90, -b => 0x00),
@@ -243,6 +242,8 @@ sub thr_display_stats () {
wait_for_stats;
+ SDL::Font->new('font.png')->use();
+
my $num_stats = keys %CPUSTATS;
my $factor = $CONF{factor};