This commit is contained in:
BobbyJones
2016-01-02 18:56:23 -05:00
parent 3aa51763e2
commit e3da734ace
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ function love.init()
end
if love.filesystem then
love.filesystem.setAndroidSaveExternal(c.useexternalstoragee)
love.filesystem.setAndroidSaveExternal(c.useexternalstorage)
love.filesystem.setIdentity(c.identity or love.filesystem.getIdentity(), c.appendidentity)
if love.filesystem.isFile("main.lua") then
require("main")