aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax/call.cpp
diff options
context:
space:
mode:
authorBoris I. Bendovsky <[email protected]>2022-07-12 12:46:51 +0300
committerGitHub <[email protected]>2022-07-12 02:46:51 -0700
commit6fb5cb553f4c2faf4b991ac377ec457a7bba7e4c (patch)
tree5b62a1111fa1a48f3a2e226b8491bc1615db865d /al/eax/call.cpp
parentfa51c89549590319cb545a8c81419e2e1ddc5db3 (diff)
[EAX] Use separate FX slot state for each version (#730)
* [EAX] Use separate FX slot state for each version [EAX] Don't defer FX slot properties * [EAX_FXSLOT] Use mPropsDirty to defer update [EAX_CONTEXT] Commit all updates on first initialization
Diffstat (limited to 'al/eax/call.cpp')
-rw-r--r--al/eax/call.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/eax/call.cpp b/al/eax/call.cpp
index 1fd05968..f779c2b0 100644
--- a/al/eax/call.cpp
+++ b/al/eax/call.cpp
@@ -23,6 +23,7 @@ EaxCall::EaxCall(
ALvoid* property_buffer,
ALuint property_size)
: type_{type}, version_{0}, property_set_id_{EaxCallPropertySetId::none}
+ , is_deferred_{(property_id & deferred_flag) != 0}
, property_id_{property_id & ~deferred_flag}, property_source_id_{property_source_id}
, property_buffer_{property_buffer}, property_size_{property_size}
{