From e1847dc108f2bead2f7d2807575f0e267185909e Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Sun, 17 Jan 2016 20:49:09 -0800 Subject: [PATCH] doesn't ask for specific version..may be a bad idea --- src/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.lua b/src/conf.lua index 84dae93..5f7b6f6 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -2,7 +2,7 @@ local debug = true function love.conf(t) t.identity = "rgb" - t.version = "0.9.1" + --t.version = "0.9.1" --t.author = "Guard13007" if debug then t.console = true end