Small improvements, changed x86 to x32

This commit is contained in:
Antonin Décimo
2015-06-15 23:50:46 +02:00
parent 72ada933f1
commit 6e58597f36
2 changed files with 10 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ function love.conf(t)
t.os = {
"love",
windows = {
x86 = true,
x32 = true,
x64 = true,
installer = false,
appid = nil,