diff options
author | Chris Robinson <[email protected]> | 2020-03-30 13:43:49 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-30 13:43:49 -0700 |
commit | 75479b58e3637e666b89a9aebf4f5a1b978b9bd0 (patch) | |
tree | 64095911072dc16382c3b9b8098d62537376708a /alc/hrtf.h | |
parent | cc009b8aa009f7da06d546781748d29c9e9c0dd1 (diff) |
Remove use of unnecessary type aliases
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |