mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
Accomodate API change in love 0.10.0
love.graphics.point was replaced by love.graphics.points
This commit is contained in:
parent
9a05518300
commit
a9261b83fa
@ -423,7 +423,7 @@ function CircleShape:draw(mode, segments)
|
||||
end
|
||||
|
||||
function PointShape:draw()
|
||||
love.graphics.point(self:center())
|
||||
(love.graphics.points or love.graphics.point)(self:center())
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user