Use sizeof(ALfloat) when finding the max stepping value
commitdd3abd0f164dd3d27d3eb641370fae27f52960b7
authorChris Robinson <chris.kcat@gmail.com>
Fri, 27 Jan 2012 06:33:36 +0000 (26 22:33 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 27 Jan 2012 06:33:36 +0000 (26 22:33 -0800)
tree7807e35be934e037c0ec84a161867e8a9059af85
parent3fda804217aff2ed3a4437013425f3fab7628e6a
Use sizeof(ALfloat) when finding the max stepping value

The mixer always reads from floats, so the size of the storage type is
unimportant.
Alc/ALu.c