Skip to content

Commit

Permalink
opengl: comment changed. steam under windows still crashes
Browse files Browse the repository at this point in the history
due to the bug inside steam nobody wants to fix
  • Loading branch information
LordOfDragons committed May 13, 2022
1 parent 9872de4 commit 3bcc70a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/graphic/opengl/src/vr/deoglVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ void deoglVR::UpdateTargetFPS( float elapsed ){


void deoglVR::BeginFrame(){
// NOTE not done during constructor since this is called from the main thread. on windows
// calling some functions seems to crash Steam. delaying this forces all calls to
// happen in the render thread and never on the main thread
// NOTE not done during constructor since this is called from the main thread
if( ! pTargetRightEye ){
deoglRenderThread &renderThread = pCamera.GetRenderThread();

Expand Down

0 comments on commit 3bcc70a

Please sign in to comment.