aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-30 13:43:49 -0700
committerChris Robinson <[email protected]>2020-03-30 13:43:49 -0700
commit75479b58e3637e666b89a9aebf4f5a1b978b9bd0 (patch)
tree64095911072dc16382c3b9b8098d62537376708a /alc/hrtf.h
parentcc009b8aa009f7da06d546781748d29c9e9c0dd1 (diff)
Remove use of unnecessary type aliases
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index a7b84880..d82c67db 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -38,7 +38,7 @@ struct HrtfStore {
ALuint irSize;
struct Field {
- ALfloat distance;
+ float distance;
ALubyte evCount;
};
/* NOTE: Fields are stored *backwards*. field[0] is the farthest field, and