eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 27 forks source link

Background on scrolling buttons is bad in CLANNAD #46

Closed eglaysher closed 11 years ago

eglaysher commented 11 years ago

When Tomoyo and Sunohara fight, the background on the left-to-right scrolling options is a solid color. This appears to be a regression since 0.12.

eglaysher commented 11 years ago

From a debug log:

Object #10:
  Image: SFUSM00
  Rendering Rect(0, 0, Size(800, 43)) to Rect(32, 272, Size(800, 42))
  Properties: (alpha=200) (colour=RGBA(155, 155, 95, 255)) (composite=2)

This appears to be an intersection between the composite modes (and composite mode 2 is basically unimplemented), and colour rendering (which has been rewritten since 0.12). Hmmmm.