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:
Michael Bayne
2006-04-19 02:40:05 +00:00
parent f703f1aab3
commit e0395bc0fc
+2 -2
View File
@@ -221,10 +221,10 @@ public class Sound
AL10.alSourcef(_sourceId, AL10.AL_PITCH, _pitch);
AL10.alSourcef(_sourceId, AL10.AL_GAIN, _gain);
if (_position != null) {
AL10.alSource (_sourceId, AL10.AL_POSITION, _position);
AL10.alSource(_sourceId, AL10.AL_POSITION, _position);
}
if (_velocity != null) {
AL10.alSource (_sourceId, AL10.AL_VELOCITY, _velocity);
AL10.alSource(_sourceId, AL10.AL_VELOCITY, _velocity);
}
// configure whether or not we should loop