From cb68ab87d94683ea4efa59af15b7318f78f9d3e5 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Fri, 11 Aug 2023 09:42:24 +0200 Subject: [PATCH] Remove unused extra name for the amount of points in the eclipse cone and shadow cylinder --- modules/space/rendering/renderableeclipsecone.cpp | 2 +- .../rendering/renderableshadowcylinder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/space/rendering/renderableeclipsecone.cpp b/modules/space/rendering/renderableeclipsecone.cpp index 93887214a3..2610b49fb2 100644 --- a/modules/space/rendering/renderableeclipsecone.cpp +++ b/modules/space/rendering/renderableeclipsecone.cpp @@ -135,7 +135,7 @@ namespace { struct [[codegen::Dictionary(RenderableEclipseCone)]] Parameters { // [[codegen::verbatim(NumberPointsInfo.description)]] - std::optional numberOfPoints [[codegen::key("AmountOfPoints")]]; + std::optional numberOfPoints; // [[codegen::verbatim(ShadowLengthInfo.description)]] std::optional shadowLength; diff --git a/modules/spacecraftinstruments/rendering/renderableshadowcylinder.cpp b/modules/spacecraftinstruments/rendering/renderableshadowcylinder.cpp index 0e1c4ca3cc..dc18010b34 100644 --- a/modules/spacecraftinstruments/rendering/renderableshadowcylinder.cpp +++ b/modules/spacecraftinstruments/rendering/renderableshadowcylinder.cpp @@ -115,7 +115,7 @@ namespace { struct [[codegen::Dictionary(RenderableShadowCylinder)]] Parameters { // [[codegen::verbatim(NumberPointsInfo.description)]] - std::optional numberOfPoints [[codegen::key("AmountOfPoints")]]; + std::optional numberOfPoints; // [[codegen::verbatim(ShadowLengthInfo.description)]] std::optional shadowLength;