Fixed typo

Former-commit-id: 6695febce4d2d5d59d578c3219a5848b13b554f1
This commit is contained in:
Lynix 2012-10-24 17:59:22 +02:00
parent bb003885bf
commit 889a18b8be
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ int main()
sound.EnableLooping(true);
// La source du son se situe vers la gauche (Et un peu en avant)
sound.SetPosition(NzVector3f::Left()*50.f + NzVector3f::Forward()*5.);
sound.SetPosition(NzVector3f::Left()*50.f + NzVector3f::Forward()*5.f);
// Et possède une vitesse de 10 par seconde vers la droite
sound.SetVelocity(NzVector3f::Left()*-10.f);