mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Cleanup (#600)
* General Code Cleanup * Add check for TABs to check_style_guide.py * Removing warnings
This commit is contained in:
@@ -32,15 +32,14 @@
|
||||
#include <openspace/scene/scene.h>
|
||||
#include <openspace/scene/scenegraphnode.h>
|
||||
#include <openspace/util/camera.h>
|
||||
|
||||
#include <ghoul/font/font.h>
|
||||
#include <ghoul/font/fontmanager.h>
|
||||
#include <ghoul/font/fontrenderer.h>
|
||||
|
||||
namespace {
|
||||
const char* KeyFontMono = "Mono";
|
||||
constexpr const char* KeyFontMono = "Mono";
|
||||
|
||||
const float DefaultFontSize = 10.f;
|
||||
constexpr const float DefaultFontSize = 10.f;
|
||||
|
||||
static const openspace::properties::Property::PropertyInfo FontNameInfo = {
|
||||
"FontName",
|
||||
@@ -106,6 +105,7 @@ namespace openspace {
|
||||
|
||||
documentation::Documentation DashboardItemAngle::Documentation() {
|
||||
using namespace documentation;
|
||||
|
||||
return {
|
||||
"DashboardItem Angle",
|
||||
"base_dashboarditem_angle",
|
||||
|
||||
Reference in New Issue
Block a user