]> git.localhorst.tv Git - blank.git/blobdiff - src/audio/Audio.hpp
centralize entity controllers
[blank.git] / src / audio / Audio.hpp
index bfd6d47594f4e81b175aa7a860269d51fb0439bd..800e247c010ef770a1a998aae8abd969880dcbec 100644 (file)
@@ -42,7 +42,7 @@ private:
 private:
        static constexpr std::size_t NUM_SRC = 16;
        ALuint source[NUM_SRC];
-       IntervalTimer timer[NUM_SRC];
+       CoarseTimer timer[NUM_SRC];
        int last_free;
 
 };