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