Removed renderthread and gamethread syncronization for all cameras except dvs.

This commit is contained in:
Axel 2021-04-28 12:42:56 +02:00 committed by bernat
parent 49db0656ec
commit 1a267fbbb1
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ public:
/// Blocks until the render thread has finished all it's tasks.
void WaitForRenderThreadToFinsih() {
TRACE_CPUPROFILER_EVENT_SCOPE(ASceneCaptureSensor::WaitForRenderThreadToFinsih);
FlushRenderingCommands();
// FlushRenderingCommands();
}
protected: