mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Adjust RenderablePrism to recent codegen change
This commit is contained in:
Submodule ext/ghoul updated: c36dd92842...3946ba8aca
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user