diff options
author | Chris Robinson <[email protected]> | 2023-03-11 19:21:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-11 19:21:19 -0800 |
commit | 20ab7645fb637e427d31f044fa1a05f683595f58 (patch) | |
tree | 8c3a6511afe009f9db6ae5f3c93b8da5395efc79 | |
parent | a9319a794b438a560c0094384ef3aaacf173f0eb (diff) |
Don't set a default EAX version for fx slots
-rw-r--r-- | al/auxeffectslot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index e82aab05..a559a063 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -1186,7 +1186,6 @@ void ALeffectslot::eax_fx_slot_set_defaults() eax4_fx_slot_set_defaults(eax4_.i); eax5_fx_slot_set_defaults(eax5_.i); eax_ = eax5_.i; - eax_version_ = 5; eax_df_ = EaxDirtyFlags{}; } |