Merge pull request #18 from raingloom/master

Fixed a typo in complex.lua
This commit is contained in:
Tim Anema 2015-07-24 20:57:29 -04:00
commit 1cd37aebff

View File

@ -420,7 +420,7 @@ function love.keypressed(k, u)
elseif k == "f11" then elseif k == "f11" then
physicWorld:destroy() physicWorld:destroy()
lightWorld:clearBodys() lightWorld:clearBodies()
initScene() initScene()
elseif k == "f12" then elseif k == "f12" then
lightWorld:clearLights() lightWorld:clearLights()