some texture fixes

This commit is contained in:
aap
2016-08-05 01:13:41 +02:00
parent a980b32e67
commit 2cd032a79e
5 changed files with 15 additions and 13 deletions

View File

@@ -159,8 +159,10 @@ struct ObjectWithFrame
if(this->object.parent)
this->inFrame.remove();
this->object.parent = f;
if(f)
if(f){
f->objectList.add(&this->inFrame);
f->updateObjects();
}
}
void sync(void){ this->syncCB(this); }
static ObjectWithFrame *fromFrame(LLLink *lnk){
@@ -258,8 +260,6 @@ struct Raster : PluginBase<Raster>
};
};
extern bool32 loadTextures;
#define IGNORERASTERIMP 0
struct TexDictionary;