mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-15 01:24:35 +02:00
#9 fix listener params for first person view
This commit is contained in:
@@ -205,7 +205,7 @@ struct Camera : Controller {
|
|||||||
|
|
||||||
pos = mViewInv.getPos();
|
pos = mViewInv.getPos();
|
||||||
checkRoom();
|
checkRoom();
|
||||||
Sound::listener.matrix = mViewInv;
|
updateListener();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user