forked from bartvdbraak/blender
own error assigning a value out of array bounds thanks Cyril Brulebois for pointing this out.
This commit is contained in:
parent
f190e4e0e2
commit
275f1b6f49
@ -533,7 +533,7 @@ void draw_uvs_sima(void)
|
||||
|
||||
|
||||
if (G.sima->flag & SI_DRAW_STRETCH) {
|
||||
float col[3];
|
||||
float col[4];
|
||||
float aspx, aspy;
|
||||
float tface_uv[4][2];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user