mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 09:08:49 -06:00
Coding style fixes
This commit is contained in:
@@ -25,14 +25,13 @@
|
||||
#include <modules/vislab/vislabmodule.h>
|
||||
|
||||
#include <modules/vislab/rendering/renderabledistancelabel.h>
|
||||
#include <openspace/util/factorymanager.h>
|
||||
#include <ghoul/misc/assert.h>
|
||||
#include <ghoul/misc/templatefactory.h>
|
||||
#include <openspace/util/factorymanager.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
VisLabModule::VisLabModule() : OpenSpaceModule(Name) {
|
||||
}
|
||||
VisLabModule::VisLabModule() : OpenSpaceModule(Name) {}
|
||||
|
||||
void VisLabModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
auto renderableFactory = FactoryManager::ref().factory<Renderable>();
|
||||
|
||||
Reference in New Issue
Block a user