Dont drop the already dropped source.

This commit is contained in:
Ronald McCormick 2016-02-11 14:24:02 -06:00
parent b0a778b6a9
commit 9dde4e4062
1 changed files with 2 additions and 2 deletions

View File

@ -368,8 +368,8 @@ namespace cAudio
if(audio != NULL) if(audio != NULL)
return audio; return audio;
if(source) // if(source)
source->drop(); // source->drop();
} }
return NULL; return NULL;
} }