Skip to content

Commit

Permalink
Update test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 29, 2023
1 parent 1a584fd commit 6a96ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ open class RenderThread(private val activity: OrionViewerActivity, protected var
log("Sending Bitmap")
val mutex = CountDownLatch(1)

if (!executeInSeparateThread) {
if (false && !executeInSeparateThread) {
fullScene.onNewImage(bitmap, curPos, mutex)
activity.device!!.flushBitmap()
mutex.countDown()
Expand Down

0 comments on commit 6a96ede

Please sign in to comment.