st/oxr: Move XR_EXT_thermal_query #endif to the correct place

This commit is contained in:
Christoph Haag 2021-09-12 10:37:35 +02:00 committed by Jakob Bornecrantz
parent d9482d0b76
commit d114b8bb34

View file

@ -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