Okay, time to test this stuff

This commit is contained in:
rnlf
2017-01-22 01:59:08 +01:00
parent 5f6daa497f
commit d14cf3ac74
8 changed files with 5516 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ function love.run()
love.graphics.clear()
if love.draw then love.draw() end
love.graphics.present()
love.mixer.mix()
end
end