mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Only remove trailing /. in paths (bug #194)
This commit is contained in:
@@ -54,7 +54,6 @@ namespace physfs
|
||||
|
||||
void Filesystem::init(const char * arg0)
|
||||
{
|
||||
std::cout<<arg0 <<std::endl;
|
||||
if(!PHYSFS_init(arg0))
|
||||
throw Exception(PHYSFS_getLastError());
|
||||
isInited = true;
|
||||
|
||||
Reference in New Issue
Block a user