Fixed a typo in complex.lua

This commit is contained in:
Rain Gloom 2015-07-25 01:02:03 +02:00
parent b7f4af4fbc
commit 44fa3d4651

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()