1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Oops! Audio engine has vanished :D

This commit is contained in:
Juan Linietsky
2017-01-15 16:06:14 -03:00
parent b24b52d56b
commit b400c69cd4
160 changed files with 618 additions and 24650 deletions

View File

@@ -373,7 +373,7 @@ int AudioDriverOpenSL::get_mix_rate() const {
return 44100;
}
AudioDriverSW::OutputFormat AudioDriverOpenSL::get_output_format() const{
AudioDriver::OutputFormat AudioDriverOpenSL::get_output_format() const{
return OUTPUT_STEREO;
}