comparison Bar.lua @ 55:54308b48123c

removed a line that's been commented out for awhile now
author Flick <flickerstreak@gmail.com>
date Fri, 25 Apr 2008 23:39:23 +0000
parents 8b81d4b3e73d
children 20003239af0b
comparison
equal deleted inserted replaced
54:8b81d4b3e73d 55:54308b48123c
156 local scale = bw/baseW 156 local scale = bw/baseW
157 157
158 f:ClearAllPoints() 158 f:ClearAllPoints()
159 f:SetPoint("TOPLEFT",x/scale,-y/scale) 159 f:SetPoint("TOPLEFT",x/scale,-y/scale)
160 f:SetScale(scale) 160 f:SetScale(scale)
161 -- f:Show()
162 end 161 end
163 162
164 163
165 164
166 165