mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
...
This commit is contained in:
parent
99497e21cf
commit
6336fb4a1b
@ -119,7 +119,7 @@ static void init_vertex(xe_t *xe)
|
|||||||
rect[3].v = 1.0;
|
rect[3].v = 1.0;
|
||||||
rect[3].color = 0;
|
rect[3].color = 0;
|
||||||
|
|
||||||
for (unsigned i = 0; i < 3; i++)
|
for (unsigned i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
rect[i].z = 0.0;
|
rect[i].z = 0.0;
|
||||||
rect[i].w = 1.0;
|
rect[i].w = 1.0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user