diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-04-21 05:27:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 15:27:47 +0300 |
| commit | b24b477fc4b641e58069455cdabfe80d5d0995b4 (patch) | |
| tree | 9fa859e8d7bd9be5129191d349cad1da2f61f1a5 /include/Z2AudioLib/Z2Audience.h | |
| parent | 151c5099abdddb91c8c4cf3565c0c5075a0e0146 (diff) | |
d_a_tag_firewall done (#2137)
* mostly fix TVec3 ctors
* d_a_tag_firewall done
* remove asm
Diffstat (limited to 'include/Z2AudioLib/Z2Audience.h')
| -rw-r--r-- | include/Z2AudioLib/Z2Audience.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/Z2AudioLib/Z2Audience.h b/include/Z2AudioLib/Z2Audience.h index f25bd80bfb..3e12447e50 100644 --- a/include/Z2AudioLib/Z2Audience.h +++ b/include/Z2AudioLib/Z2Audience.h @@ -216,9 +216,7 @@ struct Z2Audience : public JAIAudience, public JASGlobalInstance<Z2Audience> { Z2SpotMic* getLinkMic() { return mLinkMic; } JGeometry::TVec3<f32> getAudioCamPos() { - JGeometry::TVec3<f32> pos; - JGeometry::setTVec3f(*(Vec*)mAudioCamera[0].getPos(), *(Vec*)pos); - return pos; + return *mAudioCamera[0].getPos(); } Z2Audience3DSetting* getSetting() { return &mSetting; } |
