Skip to content

Commit 15c654a

Browse files
committed
Allow mirroring headless output for bspace extension
1 parent b43bccd commit 15c654a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/HeadlessChildModel.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class HeadlessChildModel (parentWorkspace: AbstractWorkspace, path: String, mode
2222
new org.nlogo.compile.Compiler(if (Version.is3D) NetLogoThreeDDialect else NetLogoLegacyDialect),
2323
new org.nlogo.render.Renderer(world),
2424
new org.nlogo.sdm.AggregateManagerLite,
25-
null) {
25+
null,
26+
Option(parentWorkspace)) {
2627

2728
override def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit = {
2829
frame.foreach { f => onEDT {

0 commit comments

Comments
 (0)