mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Merge
This commit is contained in:
@@ -74,6 +74,8 @@ namespace physfs
|
||||
case WRITE:
|
||||
file = PHYSFS_openWrite(filename.c_str());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return (file != 0);
|
||||
|
||||
Reference in New Issue
Block a user