(360) Small fix

This commit is contained in:
TwinAphex51224 2012-05-06 22:11:06 +02:00
parent 51890d2609
commit 43dbec58a3

View File

@ -513,7 +513,7 @@ static bool xdk360_gfx_frame(void *data, const void *frame,
float tex_w = width / 512.0f;
float tex_h = height / 512.0f;
const DrawVerticeFormats verts[] = {
DrawVerticeFormats verts[] = {
{ -1.0f, -1.0f, 0.0f, tex_h },
{ 1.0f, -1.0f, tex_w, tex_h },
{ -1.0f, 1.0f, 0.0f, 0.0f },