diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/device.h b/alc/device.h index daade87a..a3522bbe 100644 --- a/alc/device.h +++ b/alc/device.h @@ -111,7 +111,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice>, DeviceBase { al::vector<FilterSubList> FilterList; #ifdef ALSOFT_EAX - ALsizei eax_x_ram_free_size{eax_x_ram_max_size}; + ALuint eax_x_ram_free_size{eax_x_ram_max_size}; #endif // ALSOFT_EAX |