mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
st/oxr: Move XR_EXT_thermal_query #endif to the correct place
This commit is contained in:
parent
d9482d0b76
commit
d114b8bb34
|
@ -271,6 +271,8 @@ oxr_xrThermalGetTemperatureTrendEXT(XrSession session,
|
|||
return oxr_error(&log, XR_ERROR_HANDLE_INVALID, "Not implemented");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
*
|
||||
* XR_EXT_hand_tracking
|
||||
|
@ -436,4 +438,4 @@ oxr_xrLocateHandJointsEXT(XrHandTrackerEXT handTracker,
|
|||
return oxr_session_hand_joints(&log, hand_tracker, locateInfo, locations);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue