0
0
Fork 0

Reverse heat point amounts...

... to show the load from 0% - 100%.
This commit is contained in:
Stormwind 2013-05-31 08:25:32 +02:00
parent 3de6426953
commit 6ac473bef0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ loadImg = Image.new(900,150) { self.background_color = "white" }
i = 0
dummyList.each do |point|
j = 0
point.each do |cores|
point.reverse.each do |cores|
# draw a red rectangle on the white background
core = Draw.new