summaryrefslogtreecommitdiff
path: root/dalos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dalos.lua')
-rw-r--r--dalos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalos.lua b/dalos.lua
index 9846f72..c13ffd3 100644
--- a/dalos.lua
+++ b/dalos.lua
@@ -816,7 +816,7 @@ dalosp.menu = {
}
dalosp.object = {
- default_draw = function (self, cv, x, y, w, h )
+ default_draw = function (self, cv, x, y, w, h)
local x1, x2, y1, y2 = x, x + w, y, y + h
y1, y2 = cv:InvertYAxis(y2), cv:InvertYAxis(y1)
local cx, cy = (x1 + x2) / 2, (y1 + y2) / 2