Removed extraneous whitespace.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4036 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -221,10 +221,10 @@ public class Sound
|
|||||||
AL10.alSourcef(_sourceId, AL10.AL_PITCH, _pitch);
|
AL10.alSourcef(_sourceId, AL10.AL_PITCH, _pitch);
|
||||||
AL10.alSourcef(_sourceId, AL10.AL_GAIN, _gain);
|
AL10.alSourcef(_sourceId, AL10.AL_GAIN, _gain);
|
||||||
if (_position != null) {
|
if (_position != null) {
|
||||||
AL10.alSource (_sourceId, AL10.AL_POSITION, _position);
|
AL10.alSource(_sourceId, AL10.AL_POSITION, _position);
|
||||||
}
|
}
|
||||||
if (_velocity != null) {
|
if (_velocity != null) {
|
||||||
AL10.alSource (_sourceId, AL10.AL_VELOCITY, _velocity);
|
AL10.alSource(_sourceId, AL10.AL_VELOCITY, _velocity);
|
||||||
}
|
}
|
||||||
|
|
||||||
// configure whether or not we should loop
|
// configure whether or not we should loop
|
||||||
|
|||||||
Reference in New Issue
Block a user