0x1F9F1 / Open1560

A mod for Midtown Madness 1, primarily focused on supporting modern computers and fixing bugs.
https://0x1F9F1.github.io/Open1560
GNU General Public License v3.0
110 stars 9 forks source link

Broken agiColorModelX::GetPixel methods #77

Closed 0x1F9F1 closed 2 years ago

0x1F9F1 commented 3 years ago

The agiColorModelX::GetPixel methods all try and read pixels past the end of the agiSurfaceDesc, instead of from the agiSurfaceDesc.Surface

0x1F9F1 commented 2 years ago

This was fixed a while ago