mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
clean up
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user