diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-16 03:02:17 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-16 03:02:17 +0000 |
| commit | 6d5b9968e7ae3ccb2301782fa4764a950719ebae (patch) | |
| tree | e8ac5d2b9d4913661c78531107a4fc32266b2f55 /plugins | |
| parent | 52f3675e10704bb53b04178951bb4a1fa753fa3f (diff) | |
| download | pcsxr-6d5b9968e7ae3ccb2301782fa4764a950719ebae.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45534 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/peopsxgl/soft.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|
