Fix incorrect name for RenderablePlaneSpout

This commit is contained in:
Alexander Bock
2025-06-21 14:42:06 +02:00
parent 6189a61a1e
commit c7cf970941

View File

@@ -45,7 +45,7 @@ namespace openspace {
documentation::Documentation RenderablePlaneSpout::Documentation() {
return codegen::doc<Parameters>(
"spout_screenspace_spout",
"spout_renderableplanespout",
spout::SpoutReceiverPropertyProxy::Documentation()
);
}