You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Unify usage of GLOBAL/EDITOR_GET
This commit is contained in:
@@ -807,7 +807,7 @@ Error VulkanContext::_create_instance() {
|
||||
}
|
||||
}
|
||||
|
||||
CharString cs = ProjectSettings::get_singleton()->get("application/config/name").operator String().utf8();
|
||||
CharString cs = GLOBAL_GET("application/config/name").operator String().utf8();
|
||||
const VkApplicationInfo app = {
|
||||
/*sType*/ VK_STRUCTURE_TYPE_APPLICATION_INFO,
|
||||
/*pNext*/ nullptr,
|
||||
|
||||
Reference in New Issue
Block a user