mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix compile error from previous commit.
This commit is contained in:
@@ -67,8 +67,8 @@ File::File(const std::string &filename, Mode mode)
|
||||
|
||||
if (realdir != nullptr && strcmp(realdir, savedir.c_str()) == 0)
|
||||
love::android::fixupPermissionSingleFile(savedir, filename);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
File::File(const File &other)
|
||||
|
||||
Reference in New Issue
Block a user