mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
added creator to debug profile table
This commit is contained in:
parent
1bf177fe72
commit
605f71ecc0
@ -95,7 +95,7 @@ void CSVWorld::addSubViewFactories (CSVDoc::SubViewFactoryManager& manager)
|
||||
|
||||
manager.add (CSMWorld::UniversalId::Type_DebugProfiles,
|
||||
new CSVDoc::SubViewFactoryWithCreator<TableSubView,
|
||||
NullCreatorFactory>);
|
||||
CreatorFactory<GenericCreator, CSMWorld::Scope_Project | CSMWorld::Scope_Session> >);
|
||||
|
||||
manager.add (CSMWorld::UniversalId::Type_Scene, new CSVDoc::SubViewFactory<SceneSubView>);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user