diff options
| -rw-r--r-- | src/sound_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index 9b6b48aa..3335f2e3 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -404,5 +404,5 @@ SoundAssetWriter::finalize () SoundAssetWriter::~SoundAssetWriter () { - assert (_finalized); + } |
