forked from teamnwah/openmw-tes3coop
added creator to debug profile table
This commit is contained in:
parent
1bf177fe72
commit
605f71ecc0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void CSVWorld::addSubViewFactories (CSVDoc::SubViewFactoryManager& manager)
|
||||||
|
|
||||||
manager.add (CSMWorld::UniversalId::Type_DebugProfiles,
|
manager.add (CSMWorld::UniversalId::Type_DebugProfiles,
|
||||||
new CSVDoc::SubViewFactoryWithCreator<TableSubView,
|
new CSVDoc::SubViewFactoryWithCreator<TableSubView,
|
||||||
NullCreatorFactory>);
|
CreatorFactory<GenericCreator, CSMWorld::Scope_Project | CSMWorld::Scope_Session> >);
|
||||||
|
|
||||||
manager.add (CSMWorld::UniversalId::Type_Scene, new CSVDoc::SubViewFactory<SceneSubView>);
|
manager.add (CSMWorld::UniversalId::Type_Scene, new CSVDoc::SubViewFactory<SceneSubView>);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue