You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Update OpenXR to 1.0.25
This commit is contained in:
@@ -53,7 +53,6 @@ XrResult ApiLayerInterface::GetApiLayerProperties(const std::string& openxr_comm
|
||||
uint32_t* outgoing_count, XrApiLayerProperties* api_layer_properties) {
|
||||
std::vector<std::unique_ptr<ApiLayerManifestFile>> manifest_files;
|
||||
uint32_t manifest_count = 0;
|
||||
|
||||
// Validate props struct before proceeding
|
||||
if (0 < incoming_count && nullptr != api_layer_properties) {
|
||||
for (uint32_t i = 0; i < incoming_count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user