Skip to content

Commit

Permalink
Fixed bug with vblank when the compositor is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLudwig committed Apr 30, 2015
1 parent c19450b commit dd2631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/hellovr_opengl/hellovr_opengl_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ CMainApplication::CMainApplication( int argc, char *argv[] )
, m_bDebugOpenGL( false )
, m_bVerbose( false )
, m_bPerf( false )
, m_bVblank( true )
, m_bVblank( false )
, m_bGlFinishHack( true )
, m_glControllerVertBuffer( 0 )
, m_unControllerVAO( 0 )
Expand Down

0 comments on commit dd2631c

Please sign in to comment.