diff --git a/source/base.c b/source/base.c index 1a6d2b0..9e97d83 100755 --- a/source/base.c +++ b/source/base.c @@ -532,10 +532,10 @@ void C2Di_AppendQuad(void) *idx++ = ctx->vtxBufPos+0; *idx++ = ctx->vtxBufPos+2; - *idx++ = ctx->vtxBufPos+1; - *idx++ = ctx->vtxBufPos+1; - *idx++ = ctx->vtxBufPos+2; *idx++ = ctx->vtxBufPos+3; + *idx++ = ctx->vtxBufPos+0; + *idx++ = ctx->vtxBufPos+3; + *idx++ = ctx->vtxBufPos+1; } void C2Di_AppendVtx(float x, float y, float z, float u, float v, float ptx, float pty, u32 color)