Use new PhysfsIo class for Android AAsset wrapper.

This commit is contained in:
Miku AuahDark
2023-06-01 15:10:43 +08:00
parent 93c2709f7c
commit e9c564e989
2 changed files with 98 additions and 117 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct PhysfsIo : PHYSFS_Io
protected:
PhysfsIo()
: PHYSFS_Io()
: PHYSFS_Io()
{
// Direct initialization of PHYSFS_Io members in the initializer list
// doesn't work in VS2013.