diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/peopsxgl/prim.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/peopsxgl/prim.c b/plugins/peopsxgl/prim.c index eb4b7f01..8ea7d71b 100755 --- a/plugins/peopsxgl/prim.c +++ b/plugins/peopsxgl/prim.c @@ -2553,6 +2553,13 @@ void DrawMultiBlur(void) fx=(float)PSXDisplay.DisplayMode.x/(float)(iResX); fy=(float)PSXDisplay.DisplayMode.y/(float)(iResY); + + for (unsigned int i = 0; i < 4; ++i) + { + vertex[i].PGXP_flag = 5; + vertex[i].w = 1.f; + } + vertex[0].x+=fx;vertex[1].x+=fx; vertex[2].x+=fx;vertex[3].x+=fx; |
