mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Removed thelinx' debug
This commit is contained in:
@@ -217,7 +217,7 @@ namespace physfs
|
||||
#elif defined(LOVE_LINUX)
|
||||
if(appdata.empty())
|
||||
{
|
||||
char * xdgdatahome = getenv("XDG_DATA_HOM");
|
||||
char * xdgdatahome = getenv("XDG_DATA_HOME");
|
||||
if (!xdgdatahome)
|
||||
appdata = getUserDirectory();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user