diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-12-24 12:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-24 02:36:01 -0800 |
| commit | d874f05f44b97c6852867453394e2308d771f86a (patch) | |
| tree | 924e93151a89c32be37b655f40cfa2a90e91e52b /include/Z2AudioLib | |
| parent | e0ea8495f78feb83aaba7700f668fc3d52405c1d (diff) | |
d_a_obj_wsStick, d_a_obj_onsenTaru OK (#2268)
* d_a_obj_wsStick, d_a_obj_onsenTaru OK
* d_a_obj_pdtile OK
* d_a_obj_stone equivalent
* d_a_npc_lf OK
* Z2SoundMgr OK
* Remove fixed nonmatching comment
* d_a_obj_kantera OK
* Remove unneeded header
* daMyna_c::deleteItem matching
* d_a_obj_crvsteel OK
Diffstat (limited to 'include/Z2AudioLib')
| -rw-r--r-- | include/Z2AudioLib/Z2Audience.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Z2AudioLib/Z2Audience.h b/include/Z2AudioLib/Z2Audience.h index b157e9611b..e01b6d4b0f 100644 --- a/include/Z2AudioLib/Z2Audience.h +++ b/include/Z2AudioLib/Z2Audience.h @@ -215,8 +215,8 @@ struct Z2Audience : public JAIAudience, public JASGlobalInstance<Z2Audience> { /* 802BD71C */ virtual void mixChannelOut(JASSoundParams const&, JAIAudible*, int); Z2SpotMic* getLinkMic() { return mLinkMic; } - JGeometry::TVec3<f32> getAudioCamPos() { - return *mAudioCamera[0].getPos(); + JGeometry::TVec3<f32> getAudioCamPos(int idx) { + return *mAudioCamera[idx].getPos(); } Z2Audience3DSetting* getSetting() { return &mSetting; } |
