mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Remove bogus argument in sample_get_description
Copy-paste mistake from the setter most likely.
This commit is contained in:
parent
9fddc69769
commit
46eebac3ae
6 changed files with 5 additions and 7 deletions
|
@ -33,7 +33,7 @@ void AudioServerJavascript::sample_set_description(RID p_sample, const String& p
|
|||
|
||||
|
||||
}
|
||||
String AudioServerJavascript::sample_get_description(RID p_sample, const String& p_description) const{
|
||||
String AudioServerJavascript::sample_get_description(RID p_sample) const{
|
||||
|
||||
return String();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue