added palette support

This commit is contained in:
aap
2015-09-17 10:44:07 +02:00
parent 926b0a639a
commit ee96da332f
7 changed files with 60 additions and 15 deletions

View File

@@ -429,7 +429,7 @@ private:
void frameListStreamWrite(Stream *stream, Frame **flp, int32 nf);
};
struct TexDictionary : PluginBase<Texture>
struct TexDictionary : PluginBase<TexDictionary>
{
Texture *first;