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

Cheap shadows are invisible #105

Open 0x1F9F1 opened 3 years ago

0x1F9F1 commented 3 years ago

mmBangerInstance::DrawShadow uses the color 0 (fully transparent black) to render the non "ExpensiveShadows". With a hardware renderer, this results in them being invisible. It should probably just use ShadowColor instead.