mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
update vertices
This commit is contained in:
parent
4dfc73a780
commit
5690008d91
@ -411,10 +411,10 @@ static BOOL d3d9_update_vertices(BOOL upscale_hack, BOOL stretch)
|
||||
|
||||
CUSTOMVERTEX vertices[] =
|
||||
{
|
||||
{ vp_x + 0.5f, vp_h + 0.5f, 0.0f, 1.0f, 0.0f, s_h },
|
||||
{ vp_x + 0.5f, vp_y + 0.5f, 0.0f, 1.0f, 0.0f, 0.0f },
|
||||
{ vp_w + 0.5f, vp_h + 0.5f, 0.0f, 1.0f, s_w, s_h },
|
||||
{ vp_w + 0.5f, vp_y + 0.5f, 0.0f, 1.0f, s_w, 0.0f }
|
||||
{ vp_x - 0.5f, vp_h - 0.5f, 0.0f, 1.0f, 0.0f, s_h },
|
||||
{ vp_x - 0.5f, vp_y - 0.5f, 0.0f, 1.0f, 0.0f, 0.0f },
|
||||
{ vp_w - 0.5f, vp_h - 0.5f, 0.0f, 1.0f, s_w, s_h },
|
||||
{ vp_w - 0.5f, vp_y - 0.5f, 0.0f, 1.0f, s_w, 0.0f }
|
||||
};
|
||||
|
||||
void* data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user