Skip to content

Commit

Permalink
Fix virtual reflect context on previz start
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 5, 2024
1 parent a2dd635 commit 992435f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class EOCVSimPrevizSession(
)

latestPipeline = eocvSim.pipelineManager.currentPipeline!!
latestVirtualReflect = JvmVirtualReflection.contextOf(latestPipeline!!::class.java)
latestVirtualReflect = JvmVirtualReflection.contextOf(latestPipeline!!)

refreshPrevizPipelineStreamer()
}
Expand Down

0 comments on commit 992435f

Please sign in to comment.