some updates

This commit is contained in:
2026-05-29 01:49:38 +03:00
parent ab9e5f47b3
commit 363bd9001d
11 changed files with 59 additions and 210 deletions

View File

@@ -96,7 +96,6 @@ void CMiniAudioPlayer::SetIsLooping( bool b )
void CMiniAudioPlayer::SetDirection( Vector v )
{
ma_sound_set_position(&m_sound, v.x, v.y, v.z);
}

0
engine/xr.cpp Normal file
View File