Add 3-to-4 renames for project settings in project.godot
In the ConfigFile format, the first subpath is the category and is not part of the line that the regex would match. Fixes #66125.
This commit is contained in:
@ -42,6 +42,7 @@ struct RenamesMap3To4 {
|
||||
static const char *gdscript_signals_renames[][2];
|
||||
static const char *csharp_signals_renames[][2];
|
||||
static const char *project_settings_renames[][2];
|
||||
static const char *project_godot_renames[][2];
|
||||
static const char *input_map_renames[][2];
|
||||
static const char *builtin_types_renames[][2];
|
||||
static const char *shaders_renames[][2];
|
||||
|
||||
Reference in New Issue
Block a user