@@ -2660,7 +2660,7 @@ function CompareTabClass:ComparePowerBuilder(compareEntry, powerStat, categories
26602660
26612661 -- if our comparison has abyssal jewels, but the primary build
26622662 -- doesn't, add those temporarily to the build to work around
2663- -- calcfunc not being able to take in multiple items
2663+ -- calcFunc not being able to take in multiple items
26642664 local cmpJewels = {}
26652665 local oldEquipped = {}
26662666 if newItem .abyssalSocketCount > 0 then
@@ -3423,12 +3423,12 @@ function CompareTabClass:DrawItemExpanded(item, x, startY, colWidth, otherModMap
34233423 local fontSize = 14
34243424 local drawY = startY
34253425 local maxLineW = 0
3426- local function emit (lx , ly , align , fs , fstyle , str )
3426+ local function emit (lx , ly , align , fs , fStyle , str )
34273427 if measureMode then
3428- local w = DrawStringWidth (fs , fstyle , str )
3428+ local w = DrawStringWidth (fs , fStyle , str )
34293429 if w > maxLineW then maxLineW = w end
34303430 else
3431- DrawString (lx , ly , align , fs , fstyle , str )
3431+ DrawString (lx , ly , align , fs , fStyle , str )
34323432 end
34333433 end
34343434
0 commit comments