NVIDIA / Q2RTX

NVIDIA’s implementation of RTX ray-tracing in Quake II
Other
1.21k stars 180 forks source link

Sync with Q2PRO: Assertive things #379

Closed res2k closed 3 months ago

res2k commented 4 months ago

More replacements of statements patterned if(!some_check) Com_Error(ERR_DROP, ...) with Q_assert(some_check).