diff options
Diffstat (limited to 'modules/openxr/extensions/openxr_debug_utils_extension.cpp')
-rw-r--r-- | modules/openxr/extensions/openxr_debug_utils_extension.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/openxr/extensions/openxr_debug_utils_extension.cpp b/modules/openxr/extensions/openxr_debug_utils_extension.cpp index cb7f72d02d..8140c9f0fa 100644 --- a/modules/openxr/extensions/openxr_debug_utils_extension.cpp +++ b/modules/openxr/extensions/openxr_debug_utils_extension.cpp @@ -2,9 +2,11 @@ /* openxr_debug_utils_extension.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ @@ -122,7 +124,7 @@ void OpenXRDebugUtilsExtension::on_instance_created(const XrInstance p_instance) ERR_PRINT("OpenXR: Failed to create debug callback [" + OpenXRAPI::get_singleton()->get_error_string(result) + "]"); } - set_object_name(XR_OBJECT_TYPE_INSTANCE, uint64_t(p_instance), "Main Godot OpenXR Instance"); + set_object_name(XR_OBJECT_TYPE_INSTANCE, uint64_t(p_instance), "Main Redot OpenXR Instance"); } } |