diff --git a/dropdown.lua b/dropdown.lua index 11904cd..352b77c 100644 --- a/dropdown.lua +++ b/dropdown.lua @@ -127,7 +127,7 @@ function self.render() love.graphics.rectangle('line', x, y, w, h) love.graphics.print(self.selected(i), x + margin/2, y + margin/2) - love.graphics.rectangle('line', x + w - h, y, h, h) + -- love.graphics.rectangle('line', x + w - h, y, h, h) love.graphics.polygon('line', x + w - h/2 + 0.3 * h, y + h/2 - 0.3 * h, x + w - h/2 - 0.3 * h, y + h/2 - 0.3 * h, x + w - h/2, y + h/2 + 0.3 * h) if self.openDropdown == i then