diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | plugins/peopsxgl/soft.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +April 16, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> + + * plugins/peopsxgl/soft.c: Applied the same fix by edgbla as dfxvideo. + April 15, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> * plugins/dfsound/freeze.c: Fixed the sound doesn't always play properly diff --git a/plugins/peopsxgl/soft.c b/plugins/peopsxgl/soft.c index e0bd7cc9..bae51708 100644 --- a/plugins/peopsxgl/soft.c +++ b/plugins/peopsxgl/soft.c @@ -8285,7 +8285,7 @@ void DrawSoftwareLineShade(int rgb0, int rgb1) rgb0 = rgb1;
x1 = xt;
y1 = yt;
- rgb1 = rgb0;
+ rgb1 = rgbt;
dx = x1 - x0;
dy = y1 - y0;
|
