Skip to content

Commit

Permalink
Fixed issue with driver sample not compiling after a 1.6.10 driver in…
Browse files Browse the repository at this point in the history
…terface change.

#1170

[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 5275932]
  • Loading branch information
JoeLudwig committed Aug 6, 2019
1 parent d9cffe2 commit 52065df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/driver_sample/driver_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void WatchdogThreadFunction( )
if ( (0x01 & GetAsyncKeyState( 'Y' )) != 0 )
{
// Y key was pressed.
vr::VRWatchdogHost()->WatchdogWakeUp();
vr::VRWatchdogHost()->WatchdogWakeUp( vr::TrackedDeviceClass_HMD );
}
std::this_thread::sleep_for( std::chrono::microseconds( 500 ) );
#else
Expand Down

0 comments on commit 52065df

Please sign in to comment.