mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Adapt to changes in codegen that require specifying the identifier in the codegen::doc function
This commit is contained in:
@@ -45,9 +45,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation StaticScale::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "base_scale_static";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("base_scale_static");
|
||||
}
|
||||
|
||||
glm::dvec3 StaticScale::scaleValue(const UpdateData&) const {
|
||||
|
||||
Reference in New Issue
Block a user