Adjust RenderablePrism to recent codegen change

This commit is contained in:
Malin Ejdbo
2021-05-26 16:04:47 +02:00
parent 4202b21ebc
commit b17952628c
2 changed files with 2 additions and 3 deletions

View File

@@ -118,8 +118,7 @@ namespace {
namespace openspace {
documentation::Documentation RenderablePrism::Documentation() {
documentation::Documentation doc = codegen::doc<Parameters>();
doc.id = "base_renderable_prism";
documentation::Documentation doc = codegen::doc<Parameters>("base_renderable_prism");
return doc;
}