mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 03:29:40 -06:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -122,14 +122,14 @@ namespace {
|
||||
"PrintEvents",
|
||||
"Print Events",
|
||||
"If this is enabled, all events that are propagated through the system are "
|
||||
"printed to the log."
|
||||
"printed to the log"
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo VisibilityInfo = {
|
||||
"PropertyVisibility",
|
||||
"Property Visibility",
|
||||
"Hides or displays different settings in the GUI depending on how advanced they "
|
||||
"are."
|
||||
"are"
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo ShowHiddenSceneInfo = {
|
||||
@@ -485,7 +485,8 @@ void OpenSpaceEngine::initializeGL() {
|
||||
LFATAL(fmt::format(
|
||||
"Module {} required OpenGL extension {} which is not available "
|
||||
"on this system. Some functionality related to this module will "
|
||||
"probably not work.", m->guiName(), ext
|
||||
"probably not work",
|
||||
m->guiName(), ext
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user