mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Adapt to changes in codegen that require specifying the identifier in the codegen::doc function
This commit is contained in:
@@ -146,9 +146,7 @@ namespace {
|
||||
namespace openspace::volume {
|
||||
|
||||
documentation::Documentation RenderableTimeVaryingVolume::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "volume_renderable_timevaryingvolume";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("volume_renderable_timevaryingvolume");
|
||||
}
|
||||
|
||||
RenderableTimeVaryingVolume::RenderableTimeVaryingVolume(
|
||||
|
||||
Reference in New Issue
Block a user