소스 검색

change attenuation distance

pull/5555/head
CrackedPixel 2 주 전
부모
커밋
4c9e028357
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/audio/audio_sound_positioning.c

+ 1
- 1
examples/audio/audio_sound_positioning.c 파일 보기

@ -68,7 +68,7 @@ int main(void)
.z = 5.0f*sinf(th)
};
SetSoundPosition(camera, sound, spherePos, 20.0f);
SetSoundPosition(camera, sound, spherePos, 1.0f);
if (!IsSoundPlaying(sound)) PlaySound(sound);
//----------------------------------------------------------------------------------

불러오는 중...
취소
저장