Chasm
Steam News 10 September 20258mo ago

Patch 1.097 Released

This update contains the latest FNA and SDL3 libraries, as well as a fix for a weird rounding bug I encountered while working on WOLFHOUND. The per-pixel movement of the player uses 3 operations to determine the absolut…

Update log

Full Chasm update

The complete published notes, normalized for clean reading and source attribution.

Extracted changes

0 fixes0 additions4 changes0 removals
  • Gameplay
changedThis update contains the latest FNA and SDL3 libraries, as well as a fix for a weird rounding bug I encountered while working on WOLFHOUND . The per-pixel movement of the player uses 3 operations to determine the absolute pixel position each frame, but for some reason (possibly due to CPU optimizations) if all are done as a single line of code, an incorrect result is sometimes returned. Hopefully this prevents anymore poor souls from getting stuck in a wall!
changedfix for player movement rounding bug
changedupdated game controller database
changedupdated to FNA 25.09

This update contains the latest FNA and SDL3 libraries, as well as a fix for a weird rounding bug I encountered while working on WOLFHOUND. The per-pixel movement of the player uses 3 operations to determine the absolute pixel position each frame, but for some reason (possibly due to CPU optimizations) if all are done as a single line of code, an incorrect result is sometimes returned. Hopefully this prevents anymore poor souls from getting stuck in a wall!

1.097

------------------

  • fix for player movement rounding bug

  • updated game controller database

  • updated to FNA 25.09

Source

Steam News / 10 September 2025

Open original