Fix Teakra submodule breaking

This commit is contained in:
wheremyfoodat 2024-02-24 00:32:09 +02:00
parent 8148e68c4c
commit 3f31f78377
3 changed files with 4 additions and 5 deletions

6
.gitmodules vendored
View file

@ -55,9 +55,9 @@
[submodule "third_party/libuv"]
path = third_party/libuv
url = https://github.com/libuv/libuv
[submodule "third_party/teakra"]
path = third_party/teakra
url = https://github.com/wwylele/teakra
[submodule "third_party/miniaudio"]
path = third_party/miniaudio
url = https://github.com/mackron/miniaudio
[submodule "third_party/teakra"]
path = third_party/teakra
url = https://github.com/wwylele/teakra

View file

@ -24,7 +24,6 @@ void MiniAudioDevice::init(Samples& samples, bool safe) {
}
backends[count++] = backend;
printf("Found audio backend: %s\n", ma_get_backend_name(backend));
// TODO: Make backend selectable here
found = true;

2
third_party/teakra vendored

@ -1 +1 @@
Subproject commit a686a1384f3a871c2bd65553d48aeba26246c704
Subproject commit 01db7cdd00aabcce559a8dddce8798dabb71949b