Make sure EAXSet is properly deferred
commitd6a86cada12fea78ac9304acbcea797d61f4c4f7
authorChris Robinson <chris.kcat@gmail.com>
Sun, 12 Mar 2023 08:38:46 +0000 (12 00:38 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 12 Mar 2023 08:38:46 +0000 (12 00:38 -0800)
treef97df932c88f45d5be43860c21a6699aec5ca9ac
parent910cf95edc7c36113e949fa073cae637d3b44557
Make sure EAXSet is properly deferred

Updated OpenAL Soft behavior makes alcProcessContext not commit deferred EAX
settings. EAX needs to be left to commit as intended by the caller, we just now
ensure it's done when the context is deferred so it gets applied with the other
standard properties.
buffer.c