mirror of
https://github.com/tanema/light_world.lua.git
synced 2024-12-24 20:24:19 +00:00
Fixed a typo in complex.lua
This commit is contained in:
parent
b7f4af4fbc
commit
44fa3d4651
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user