From 6d5b9968e7ae3ccb2301782fa4764a950719ebae Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 16 Apr 2010 03:02:17 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45534 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/soft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; -- cgit v1.2.3