1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-24 07:22:58 +01:00

#9 fix listener params for first person view

This commit is contained in:
XProger 2017-02-19 06:32:47 +03:00
parent a7e19b66dd
commit 57fc3f44f1

View File

@ -205,7 +205,7 @@ struct Camera : Controller {
pos = mViewInv.getPos();
checkRoom();
Sound::listener.matrix = mViewInv;
updateListener();
return;
}