Update src/rendering/screenspacerenderable.cpp

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
Ylva Selling
2023-06-28 17:14:24 -04:00
committed by GitHub
parent d317c287eb
commit a67d2937ae

View File

@@ -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()]];