summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--plugins/peopsxgl/soft.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3926794a..b95a8bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;