mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 02:58:46 +02:00
Implemented screenspace particles.
This commit is contained in:
@@ -521,7 +521,7 @@ int idSampleDecoderLocal::DecodeOGG( idSoundSample *sample, int sampleOffset44k,
|
||||
return 0;
|
||||
}
|
||||
if ( sample->nonCacheData == NULL ) {
|
||||
assert( false ); // this should never happen
|
||||
// assert( false ); // this should never happen
|
||||
failed = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user