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

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;