mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
remove bogus assertion
This commit is contained in:
parent
6f71e9eb80
commit
2ef186ac87
@ -188,7 +188,6 @@ MilesAudioManager::
|
||||
if (mi != _managers->end()) {
|
||||
// The manager might already have been removed from the list, if
|
||||
// the user has already called shutdown().
|
||||
nassertv(!_cleanup_required);
|
||||
_managers->erase(mi);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user