MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / update

Method update

engine/src/sound.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Sound::update()
151{
152#if defined(USE_FMOD)
153 if (cantPlaySfxSound) cantPlaySfxSound--;
154 if (cantPlayGUISound) cantPlayGUISound--;
155 system->update();
156#endif
157}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected