mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Update src/rendering/screenspacerenderable.cpp
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
@@ -204,7 +204,7 @@ namespace {
|
||||
std::optional<glm::vec3> radiusAzimuthElevation;
|
||||
|
||||
// [[codegen::verbatim(BorderWidthInfo.description)]]
|
||||
std::optional<float> borderWidth;
|
||||
std::optional<float> borderWidth [[codegen::greater(0.0)]];
|
||||
|
||||
// [[codegen::verbatim(BorderColorInfo.description)]]
|
||||
std::optional<glm::vec3> borderColor [[codegen::color()]];
|
||||
|
||||
Reference in New Issue
Block a user