Don't show the console

This commit is contained in:
nucular 2014-05-31 16:21:30 +02:00
parent a686d41ec8
commit 3d3395f8f4

View File

@ -1,5 +1,4 @@
function love.conf(t) function love.conf(t)
t.console = true
t.window.width = 640 t.window.width = 640
t.window.height = 480 t.window.height = 480
t.window.title = "sfxr.lua Demo" t.window.title = "sfxr.lua Demo"