You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
CI: Fix support for latest codespell
(cherry picked from commit 7132627666)
This commit is contained in:
@@ -311,7 +311,7 @@ bool OpenXRAPI::create_instance() {
|
||||
for (auto &requested_extension : requested_extensions) {
|
||||
if (!is_extension_supported(requested_extension.key)) {
|
||||
if (requested_extension.value == nullptr) {
|
||||
// nullptr means this is a manditory extension so we fail
|
||||
// nullptr means this is a mandatory extension so we fail
|
||||
ERR_FAIL_V_MSG(false, String("OpenXR: OpenXR Runtime does not support ") + requested_extension.key + String(" extension!"));
|
||||
} else {
|
||||
// set this extension as not supported
|
||||
|
||||
Reference in New Issue
Block a user