You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove bogus argument in sample_get_description
Copy-paste mistake from the setter most likely.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user