diff options
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;
|
