Skip to content

Commit

Permalink
Trigger always one frame after braynsService is setup'd
Browse files Browse the repository at this point in the history
This fixes the missing start of Deflect streaming when specified with
DEFLECT_HOST.
  • Loading branch information
tribal-tec committed Mar 13, 2018
1 parent 7cf36b0 commit f10ab7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/BraynsService/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class BraynsService
_setupRenderThread();

_brayns.loadPlugins();

// launch first frame; after that, only events will trigger that
_eventRendering->start();
}

void run()
Expand Down

0 comments on commit f10ab7b

Please sign in to comment.