mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Making OpenSpace compile and run when the NewHorizons module is not loaded
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include <modules/newhorizons/util/instrumentdecoder.h>
|
||||
#include <modules/newhorizons/util/targetdecoder.h>
|
||||
|
||||
#include <modules/newhorizons/util/imagesequencer2.h>
|
||||
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -52,6 +54,9 @@ bool NewHorizonsModule::initialize() {
|
||||
if (!success)
|
||||
return false;
|
||||
|
||||
ImageSequencer2::initialize();
|
||||
|
||||
|
||||
FactoryManager::ref().addFactory(new ghoul::TemplateFactory<planetgeometryprojection::PlanetGeometryProjection>);
|
||||
FactoryManager::ref().addFactory(new ghoul::TemplateFactory<Decoder>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user