Properly updates default horn position
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3905 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
33c8eb9723
commit
537c90dd41
@ -618,6 +618,7 @@ void Kart::update(float dt)
|
||||
if (m_custom_sounds[n] != NULL) m_custom_sounds[n]->position ( getXYZ() );
|
||||
}
|
||||
|
||||
m_beep_sound->position ( getXYZ() );
|
||||
m_engine_sound->position ( getXYZ() );
|
||||
m_crash_sound->position ( getXYZ() );
|
||||
m_skid_sound->position ( getXYZ() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user