Skip to content

Commit

Permalink
Added missing "return true;" in OpenXRVKInput.cpp
Browse files Browse the repository at this point in the history
Bumped minor version of openXRVK Gem to "1.0.1" from
"1.0.0"

Signed-off-by: galibzon <66021303+galibzon@users.noreply.github.com>
  • Loading branch information
galibzon authored and michalpelka committed Dec 6, 2023
1 parent 1864cd8 commit 46037a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gems/OpenXRVk/Code/Source/OpenXRVkInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ namespace OpenXRVk

AZ::RPI::XRSpaceNotificationBus::Broadcast(&AZ::RPI::XRSpaceNotifications::OnXRSpaceLocationsChanged,
baseToHeadTm, headToLeftEyeTm, headToRightEyeTm);

return true;
}

return false;
Expand Down
2 changes: 1 addition & 1 deletion Gems/OpenXRVk/gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"dependencies": [],
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrvk-1.0.0-gem.zip",
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 46037a2

Please sign in to comment.