Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozzaxia1311 committed Nov 25, 2020
1 parent ec71ced commit 049ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function love.touchpressed(id, x, y, dx, dy, pressure)
if useConsole and console.state == 1 then return end

lastTouch.x = x
lastTouc.y = y
lastTouch.y = y
lastTouch.id = id
lastTouch.pressure = pressure
lastTouch.dx = dx
Expand Down

0 comments on commit 049ba21

Please sign in to comment.