Skip to content

Commit 6f7aff9

Browse files
committed
Merge branch 'master' into releaseCandidate_P
2 parents 5afbd94 + fccf468 commit 6f7aff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Modules/Render/ES/Registration.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void rendererRegisterAll(CPM_ES_ACORN_NS::Acorn& core)
6464
core.registerComponent<RenderColorMapGeom>();
6565
core.registerComponent<SRRenderState>();
6666
core.registerComponent<RenderList>();
67-
//core.registerComponent<SpireSubPass>();
67+
core.registerComponent<Core::Datatypes::GeometryObject::SpireSubPass>();
6868
}
6969

7070
} // namespace Render

0 commit comments

Comments
 (0)