Hopefully fixed the default filesystem identity when a game is fused to the executable in Windows.

This commit is contained in:
Alex Szpakowski
2014-09-16 14:24:04 -03:00
parent 793ef5db01
commit 604bc34106
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ end
-- Returns the leaf of a full path.
function love.path.leaf(p)
p = love.path.normalslashes(p)
local a = 1
local last = p