Implemented screenspace particles.

This commit is contained in:
Justin Marshall
2026-05-24 13:04:31 -07:00
parent ac9c10cc92
commit 56bb2f004f
10 changed files with 712 additions and 20 deletions
+1 -1
View File
@@ -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;
}