aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mixer/defs.h')
-rw-r--r--core/mixer/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mixer/defs.h b/core/mixer/defs.h
index ba304f22..77dae4ca 100644
--- a/core/mixer/defs.h
+++ b/core/mixer/defs.h
@@ -16,7 +16,7 @@ using uint = unsigned int;
using float2 = std::array<float,2>;
-constexpr int MixerFracBits{12};
+constexpr int MixerFracBits{16};
constexpr int MixerFracOne{1 << MixerFracBits};
constexpr int MixerFracMask{MixerFracOne - 1};