Fix openvr_getSkeleton signature;

This commit is contained in:
bjorn 2020-08-17 03:30:20 -06:00
parent 82159a9885
commit ce4364fed2
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ static bool openvr_getAxis(Device device, DeviceAxis axis, vec3 value) {
return false;
}
static bool openvr_getSkeleton(Device device, float* poses, uint32_t* poseCount) {
static bool openvr_getSkeleton(Device device, float* poses) {
return false;
}