Fix love.filesystem.mount(data). Resolves issue #1506.

This commit is contained in:
Alex Szpakowski
2019-08-02 21:06:07 -03:00
parent 528c1e2390
commit 639bdb10e9
@@ -138,6 +138,7 @@ int w_mount(lua_State *L)
bool append = luax_optboolean(L, startidx + 1, false);
luax_pushboolean(L, instance()->mount(data, archive.c_str(), mountpoint, append));
return 1;
}
else if (luax_istype(L, 1, DroppedFile::type))
{