mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Sound API: Add fading sounds
This commit is contained in:
parent
f1d7a26b7c
commit
bd921a7916
14 changed files with 248 additions and 19 deletions
|
@ -407,6 +407,7 @@ void Client::step(float dtime)
|
|||
|
||||
// Step environment
|
||||
m_env.step(dtime);
|
||||
m_sound->step(dtime);
|
||||
|
||||
/*
|
||||
Get events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue