We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a5cc9 commit f5de0dfCopy full SHA for f5de0df
Gems/OpenXRVk/Code/Source/OpenXRVkInput.cpp
@@ -402,6 +402,8 @@ namespace OpenXRVk
402
403
AZ::RPI::XRSpaceNotificationBus::Broadcast(&AZ::RPI::XRSpaceNotifications::OnXRSpaceLocationsChanged,
404
baseToHeadTm, headToLeftEyeTm, headToRightEyeTm);
405
+
406
+ return true;
407
}
408
409
return false;
Gems/OpenXRVk/gem.json
@@ -16,5 +16,5 @@
16
"dependencies": [],
17
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
18
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrvk-1.0.0-gem.zip",
19
- "version": "1.0.0"
+ "version": "1.0.1"
20
0 commit comments