You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use StringName consistently to refer to the Master audio bus name
This commit is contained in:
@@ -451,7 +451,7 @@ StringName VideoStreamPlayer::get_bus() const {
|
||||
return bus;
|
||||
}
|
||||
}
|
||||
return "Master";
|
||||
return SceneStringNames::get_singleton()->Master;
|
||||
}
|
||||
|
||||
void VideoStreamPlayer::_validate_property(PropertyInfo &p_property) const {
|
||||
|
||||
Reference in New Issue
Block a user