mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Feature/cleanup (#837)
* Style guide fixes * Various cleanups * Update SGCT
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
#include <ghoul/misc/dictionary.h>
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "CefWebGui";
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo EnabledInfo = {
|
||||
"Enabled",
|
||||
"Is Enabled",
|
||||
@@ -77,8 +75,8 @@ CefWebGuiModule::CefWebGuiModule()
|
||||
: OpenSpaceModule(CefWebGuiModule::Name)
|
||||
, _enabled(EnabledInfo, true)
|
||||
, _visible(VisibleInfo, true)
|
||||
, _url(GuiUrlInfo, "")
|
||||
, _reload(ReloadInfo)
|
||||
, _url(GuiUrlInfo, "")
|
||||
, _guiScale(GuiScaleInfo, 1.f, 0.1f, 3.f)
|
||||
{
|
||||
addProperty(_enabled);
|
||||
|
||||
Reference in New Issue
Block a user