mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Coding style cleanup
This commit is contained in:
@@ -631,7 +631,8 @@ RenderableStars::RenderableStars(const ghoul::Dictionary& dictionary)
|
||||
|
||||
if (sizeCompositionOption == "App Brightness") {
|
||||
_psfMultiplyOption = 0;
|
||||
} else if (sizeCompositionOption == "Lum and Size") {
|
||||
}
|
||||
else if (sizeCompositionOption == "Lum and Size") {
|
||||
_psfMultiplyOption = 1;
|
||||
}
|
||||
else if (sizeCompositionOption == "Lum, Size and App Brightness") {
|
||||
|
||||
Reference in New Issue
Block a user