Uploading fixed tutorial 3.

This commit is contained in:
unknown 2012-02-28 16:39:08 -07:00
parent 61f4ee609a
commit 95fa017f3d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int main(int argc, char* argv[])
mysound->play3d(cAudio::cVector3(0,0,0),2.0f,true);
mysound->setVolume(1.0f);
mysound->setMinDistance(1.0f);
mysound->setMaxDistance(100.0f);
mysound->setMaxAttenuationDistance(100.0f);
//Play for 10 seconds
const int ticksToPlay = 10000;