Skip to content

Commit

Permalink
Merge pull request #3 from stefanbuettner/master
Browse files Browse the repository at this point in the history
Fix freezing the UE editor when quitting game mode after capturing (Linux).
  • Loading branch information
Sserpenthraxus-nv authored May 1, 2019
2 parents 4d4c87c + 806b428 commit 9419d63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ void FNVImageExporter_Thread::Stop()
{
// Trigger the event so the thread doesn't wait anymore
HavePendingImageEvent->Trigger();
HavePendingImageEvent->Reset();
}
}

Expand Down

0 comments on commit 9419d63

Please sign in to comment.