We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f8a33 commit a474401Copy full SHA for a474401
src/integration-test/kotlin/de/bixilon/minosoft/gui/rendering/particle/ParticleRendererTest.kt
@@ -47,6 +47,7 @@ class ParticleRendererTest {
47
context::light.forceSet(RenderLight(context))
48
context::camera.forceSet(Camera(context))
49
val renderer = ParticleRenderer(context.session, context)
50
+ context::thread.forceSet(Thread.currentThread())
51
52
53
return renderer
0 commit comments