mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
Adapt to updates in master
This commit is contained in:
@@ -98,9 +98,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation RenderablePointsCloud::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "softwareintegration_renderable_pointscloud";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("softwareintegration_renderable_pointscloud");
|
||||
}
|
||||
|
||||
RenderablePointsCloud::RenderablePointsCloud(const ghoul::Dictionary& dictionary)
|
||||
|
||||
Reference in New Issue
Block a user