mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
some texture fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user