aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-03-14 16:53:43 -0700
committerChris Robinson <[email protected]>2023-03-14 16:53:43 -0700
commit4c89d76ec30d89deeb83aa1eac1d99c7397ac8a1 (patch)
tree0af133d36b0ca41b1f2c1888f804a000422ace06 /al/source.h
parent9fd9fee35ce5657b07086652b255e2dfbc49b435 (diff)
Set a default version for EAX source properties
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h
index 2419df47..78268781 100644
--- a/al/source.h
+++ b/al/source.h
@@ -164,7 +164,6 @@ public:
void eax_commit();
void eax_commit_and_update();
void eax_mark_as_changed() { eax_changed_ = true; }
- bool eax_is_initialized() const noexcept { return eax_version_ != 0; }
static ALsource* eax_lookup_source(ALCcontext& al_context, ALuint source_id) noexcept;