fixed small bug

This commit is contained in:
Hartmut Seichter 2022-01-04 23:30:59 +01:00
parent cd8dfd7b69
commit 8f58570b21

View file

@ -254,9 +254,6 @@ while w:update() do
-- just to check
if pw.input:get().mouse_button == 1 then
print("elapsed",t.elapsed)
t:reset()
print(pw.input:get().mouse_position.x,pw.input:get().mouse_position.y,w.client_size.width,w.client_size.height)
end