mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 05:53:50 +00:00
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,
|
||||
new CSVDoc::SubViewFactoryWithCreator<TableSubView,
|
||||
NullCreatorFactory>);
|
||||
CreatorFactory<GenericCreator, CSMWorld::Scope_Project | CSMWorld::Scope_Session> >);
|
||||
|
||||
manager.add (CSMWorld::UniversalId::Type_Scene, new CSVDoc::SubViewFactory<SceneSubView>);
|
||||
|
||||
|
|
Loading…
Reference in a new issue