diff options
Diffstat (limited to 'muse2/al/al.cpp')
-rw-r--r-- | muse2/al/al.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/muse2/al/al.cpp b/muse2/al/al.cpp index dddb6805..38cc301a 100644 --- a/muse2/al/al.cpp +++ b/muse2/al/al.cpp @@ -21,9 +21,9 @@ #include "al.h" namespace AL { - int sampleRate = 44100; - int mtcType = 0; - int division = 384; + //int sampleRate = 44100; + //int mtcType = 0; + //int division = 384; bool debugMsg = false; }; |