Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Immediately return from event loop when receiving WVR_EventType_Quit
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Sep 14, 2018
1 parent 23894c1 commit 5d0e8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/wavevr/cpp/DeviceDelegateWaveVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ DeviceDelegateWaveVR::ProcessEvents() {
case WVR_EventType_Quit: {
VRB_DEBUG("WVR_EventType_Quit");
m.isRunning = false;
return;
}
break;
case WVR_EventType_SystemInteractionModeChanged: {
Expand Down

0 comments on commit 5d0e8eb

Please sign in to comment.