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

Commit

Permalink
Avoid superfluous call to ResumeCompositor
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Apr 9, 2020
1 parent 2d38f82 commit 16e1b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/ExternalVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ struct ExternalVR::State {
vrb::Vector eyeOffsets[device::EyeCount];
uint64_t lastFrameId = 0;
bool firstPresentingFrame = false;
bool compositorEnabled = false;
bool compositorEnabled = true;
bool waitingForExit = false;

State() {
Expand Down

0 comments on commit 16e1b74

Please sign in to comment.