Skip to content
Snippets Groups Projects

Fix overflow check in R_DrawRepeatMaskedColumn

Closed Alu Folie requested to merge alufolie91/SRB2:softwareoverflowfix into next
  1. Feb 13, 2024
  2. Feb 01, 2024
    • Alu Folie's avatar
      fix overflow check in R_DrawRepeatMaskedColumn · fc9415b9
      Alu Folie authored
      the overflow check never triggered
      in very rare occasions (esp when the camera clips into a big texture with holes) the game can get stuck in an infinite loop resulting in a hang
      this fixes the overflow check so it works and makes the game not hang in the loop
      fc9415b9
Loading