mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
Cleanup handling of warnings (#2030)
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include <ghoul/opengl/programobject.h>
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "RenderableNodeLine";
|
||||
constexpr const char* ProgramName = "NodeLineProgram";
|
||||
constexpr const char* Root = "Root";
|
||||
|
||||
|
||||
@@ -70,8 +70,8 @@ protected:
|
||||
void createPlane();
|
||||
|
||||
properties::OptionProperty _blendMode;
|
||||
properties::BoolProperty _mirrorBackside;
|
||||
properties::BoolProperty _billboard;
|
||||
properties::BoolProperty _mirrorBackside;
|
||||
properties::FloatProperty _size;
|
||||
properties::Vec3Property _multiplyColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user