Skip to content

Commit 013ff33

Browse files
author
sn0w75
committed
Fix a bug in ApiLayerInterface::LoadApiLayers() that occurs when same API layer is added to enabled_api_layers list twice
1 parent e4b4611 commit 013ff33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/loader/api_layer_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ XrResult ApiLayerInterface::LoadApiLayers(const std::string& openxr_command, uin
245245
if (enabled_api_layers[layer] == manifest_file->LayerName()) {
246246
layer_found[layer] = true;
247247
enabled = true;
248-
break;
249248
}
250249
}
251250
}

0 commit comments

Comments
 (0)