1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +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

@@ -104,10 +104,10 @@ MainLoop* test_main(String p_test,const List<String>& p_args) {
}
#endif
if (p_test=="sound") {
//if (p_test=="sound") {
return TestSound::test();
}
// return TestSound::test();
//}
if (p_test=="io") {