Coherence update

Audio: GetListenerDirection was using ALfloat and GetListenerRotation
not.
ByteArray: Two return *this, hazh is perturbing, is it intended ?
String: Same ?
Camera: Adds of security (don't think it's usefull)
Parser: size() = 0 -> empty()
Utility: update 13 to 14 was forgotten
VertexDeclaration: same

Former-commit-id: f6db5cd15e5a4dc5ac2af12366b18d1f6922b0e0
This commit is contained in:
Gawaboumga
2014-07-13 16:03:15 +02:00
parent 7a6195991c
commit e9554ad498
7 changed files with 32 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ NzVector3f NzAudio::GetListenerPosition()
NzQuaternionf NzAudio::GetListenerRotation()
{
float orientation[6];
ALfloat orientation[6];
alGetListenerfv(AL_ORIENTATION, orientation);
NzVector3f forward(orientation[0], orientation[1], orientation[2]);