own error assigning a value out of array bounds thanks Cyril Brulebois for pointing this out.

This commit is contained in:
Campbell Barton 2008-05-03 09:35:20 +00:00
parent f190e4e0e2
commit 275f1b6f49

@ -533,7 +533,7 @@ void draw_uvs_sima(void)
if (G.sima->flag & SI_DRAW_STRETCH) { if (G.sima->flag & SI_DRAW_STRETCH) {
float col[3]; float col[4];
float aspx, aspy; float aspx, aspy;
float tface_uv[4][2]; float tface_uv[4][2];