Skip to content

Commit f5de0df

Browse files
committed
Added missing "return true;" in OpenXRVKInput.cpp
Bumped minor version of openXRVK Gem to "1.0.1" from "1.0.0" Signed-off-by: galibzon <[email protected]>
1 parent c6a5cc9 commit f5de0df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gems/OpenXRVk/Code/Source/OpenXRVkInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ namespace OpenXRVk
402402

403403
AZ::RPI::XRSpaceNotificationBus::Broadcast(&AZ::RPI::XRSpaceNotifications::OnXRSpaceLocationsChanged,
404404
baseToHeadTm, headToLeftEyeTm, headToRightEyeTm);
405+
406+
return true;
405407
}
406408

407409
return false;

Gems/OpenXRVk/gem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"dependencies": [],
1717
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
1818
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrvk-1.0.0-gem.zip",
19-
"version": "1.0.0"
19+
"version": "1.0.1"
2020
}

0 commit comments

Comments
 (0)