forked from teamnwah/openmw-tes3coop
Remove some debug code.
This commit is contained in:
parent
8e55eb8009
commit
3f00f00426
1 changed files with 0 additions and 7 deletions
|
@ -654,13 +654,6 @@ namespace MWSound
|
|||
{
|
||||
iterator->second.second += duration;
|
||||
}
|
||||
|
||||
std::cout << mSoundPlayTime.size() << " sounds currently playing." << std::endl;
|
||||
typedef SoundPlayingTimeMap::iterator it_ty;
|
||||
for(it_ty iterator = mSoundPlayTime.begin(); iterator != mSoundPlayTime.end(); iterator++)
|
||||
{
|
||||
std::cout << iterator->first->getPlayType() << ": " << iterator->second.second << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
void SoundManager::update(float duration)
|
||||
|
|
Loading…
Reference in a new issue