From d67cba99bd97d42e7e52c6dfd7a08c288b1539c0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 8 Apr 2020 10:15:43 -0700 Subject: Clean up some more unnecessary uses of AL types --- al/auxeffectslot.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'al/auxeffectslot.h') diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index ae41a32a..c1432c56 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -64,12 +64,12 @@ struct ALeffectslot { EffectProps mEffectProps{}; EffectState *mEffectState{nullptr}; - ALfloat RoomRolloff{0.0f}; /* Added to the source's room rolloff, not multiplied. */ - ALfloat DecayTime{0.0f}; - ALfloat DecayLFRatio{0.0f}; - ALfloat DecayHFRatio{0.0f}; + float RoomRolloff{0.0f}; /* Added to the source's room rolloff, not multiplied. */ + float DecayTime{0.0f}; + float DecayLFRatio{0.0f}; + float DecayHFRatio{0.0f}; bool DecayHFLimit{false}; - ALfloat AirAbsorptionGainHF{1.0f}; + float AirAbsorptionGainHF{1.0f}; } Params; /* Self ID */ -- cgit v1.2.3