mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Use new PhysfsIo class for Android AAsset wrapper.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user