mirror of
https://github.com/aap/librw.git
synced 2026-01-22 02:52:56 +00:00
fixed embarrassingly wrong plugin order
This commit is contained in:
@@ -185,8 +185,8 @@ PluginList::registerPlugin(int32 size, uint32 id,
|
||||
p->rightsCallback = nil;
|
||||
p->alwaysCallback = nil;
|
||||
p->parentList = this;
|
||||
this->plugins.add(&p->inParentList);
|
||||
allPlugins.add(&p->inGlobalList);
|
||||
this->plugins.append(&p->inParentList);
|
||||
allPlugins.append(&p->inGlobalList);
|
||||
return p->offset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user