small fix

This commit is contained in:
MihailRis 2024-02-28 16:31:51 +03:00
parent 83d6990852
commit f3d4ac8a58

View File

@ -112,7 +112,7 @@ namespace audio {
void update(double delta) override;
bool isDummy() const override {
return true;
return false;
}
static ALAudio* create();