mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove unused extra name for the amount of points in the eclipse cone and shadow cylinder
This commit is contained in:
@@ -135,7 +135,7 @@ namespace {
|
||||
|
||||
struct [[codegen::Dictionary(RenderableEclipseCone)]] Parameters {
|
||||
// [[codegen::verbatim(NumberPointsInfo.description)]]
|
||||
std::optional<int> numberOfPoints [[codegen::key("AmountOfPoints")]];
|
||||
std::optional<int> numberOfPoints;
|
||||
|
||||
// [[codegen::verbatim(ShadowLengthInfo.description)]]
|
||||
std::optional<float> shadowLength;
|
||||
|
||||
Reference in New Issue
Block a user