mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Hopefully fixed the default filesystem identity when a game is fused to the executable in Windows.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user