mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 03:27:19 +00:00
d3d: Fix silly typo in stencil handling.
Now it works.
This commit is contained in:
parent
5037494db1
commit
bb7f3c0762
@ -227,7 +227,7 @@ bool FramebufferManagerDX9::NotifyStencilUpload(u32 addr, int size, bool skipZer
|
||||
float fw = dstBuffer->width;
|
||||
float fh = dstBuffer->height;
|
||||
float coord[20] = {
|
||||
0.0f,0.0f,0.0f, 0.0f,1.0f,
|
||||
0.0f,0.0f,0.0f, 0.0f,0.0f,
|
||||
fw,0.0f,0.0f, 1.0f,0.0f,
|
||||
fw,fh,0.0f, 1.0f,1.0f,
|
||||
0.0f,fh,0.0f, 0.0f,1.0f,
|
||||
|
Loading…
x
Reference in New Issue
Block a user