diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-07 17:33:07 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-07 18:06:17 +0200 |
commit | 49b6067aba3d3720293626ecbe9a277e59cac3a6 (patch) | |
tree | b57fa14a4da6f8160e42770f35b76572f6d248e2 /scene/scene_string_names.h | |
parent | f2acfb1ffc94d0e381064070108e7a773d86177d (diff) | |
download | redot-engine-49b6067aba3d3720293626ecbe9a277e59cac3a6.tar.gz |
Use StringName consistently to refer to the Master audio bus name
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r-- | scene/scene_string_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index f31cf7b881..10b71e2a2a 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -204,6 +204,8 @@ public: StringName output; + StringName Master; + StringName parameters_base_path; StringName _window_group; |