Fixed typo
Former-commit-id: 6695febce4d2d5d59d578c3219a5848b13b554f1
This commit is contained in:
parent
bb003885bf
commit
889a18b8be
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue