Remove features that aren't supported in .anim format

This commit is contained in:
David Capello 2016-07-05 11:52:58 -03:00
parent 3a8c90e952
commit f9dfe347b1

View File

@ -39,9 +39,7 @@ class PixlyFormat : public FileFormat {
FILE_SUPPORT_RGB |
FILE_SUPPORT_RGBA |
FILE_SUPPORT_LAYERS |
FILE_SUPPORT_FRAMES |
FILE_SUPPORT_BIG_PALETTES |
FILE_SUPPORT_PALETTE_WITH_ALPHA;
FILE_SUPPORT_FRAMES;
}
bool onLoad(FileOp* fop) override;