Tsk tsk! Using a short to count vertices amount in Mirror menu doesnt

work when there are a lot, eh :)
This commit is contained in:
2004-11-11 16:00:43 +00:00
parent 29ca2ad989
commit 5f5445ddbe

View File

@@ -7931,7 +7931,8 @@ void make_displists_by_obdata(void *obdata) {
void mirror_edit(short mode)
{
short axis, a;
int a;
short axis;
float mat[3][3], imat[3][3], min[3], max[3];
TransVert *tv;
@@ -8062,7 +8063,8 @@ void mirror_edit(short mode)
void mirror_object(short mode)
{
TransOb *tob;
short a, axis;
int a;
short axis;
float off[3], imat[3][3];
setbaseflags_for_editing('s');