aboutsummaryrefslogtreecommitdiff
path: root/src/phys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/phys.lua')
-rw-r--r--src/phys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phys.lua b/src/phys.lua
index a57bccd..8c4455c 100644
--- a/src/phys.lua
+++ b/src/phys.lua
@@ -159,5 +159,5 @@ end
function phys.Box:draw()
local x, y, w, h = self:get_rect()
- love.graphics.rectangle("line", x, y, w, h)
+ lg.rectangle("line", x, y, w, h)
end