Merge pull request #4 from Guard13007/patch-1

typo in demo
This commit is contained in:
Mikus 2017-08-01 09:39:54 +01:00 committed by GitHub
commit 5db11e5d1c

View File

@ -41,7 +41,7 @@ function love.update(dt)
local data = Prof:unpack() local data = Prof:unpack()
end end
function love.keypressed(key) function love.keypressed(key)
if key == "esc" then if key == "escape" then
ProfOn = not ProfOn ProfOn = not ProfOn
elseif key == ";" then elseif key == ";" then
drawRect = not drawRect drawRect = not drawRect