Skip to content

Commit

Permalink
Update ExternalVR.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mshin-wolvic authored Feb 28, 2024
1 parent a9a9662 commit 1ec79f7
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 @@ -604,7 +604,7 @@ ExternalVR::WaitFrameResult() {
}

#if CHROMIUM
if(m.browser.dropFame) {
if (m.browser.dropFame) {
m.system.displayState.droppedFrameCount++;
return false;
}
Expand Down

0 comments on commit 1ec79f7

Please sign in to comment.