* Fix silly bug

This commit is contained in:
2014-06-02 20:09:40 -07:00
parent 05db171ac4
commit cc71bec5d7
11 changed files with 23 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ namespace io
class SpriteFileReader : public BinaryReader
{
BINARYREADER_BASE;
BINARYREADER_BASE();
public:
SpriteFileReader(Uint8* data, Uint64 length);
SpriteFileReader(const std::string& filepath);