adding the glalphaclip variable didnt allign on 32 bit linux but worked

in 64bits. added a pad value.
This commit is contained in:
Campbell Barton
2007-10-20 18:57:40 +00:00
parent 960eaed6cd
commit 30479e6912

View File

@@ -182,7 +182,8 @@ typedef struct UserDef {
short recent_files; /* maximum number of recently used files to remember */
short smooth_viewtx; /* miliseconds to spend spinning the view */
short glreslimit;
float glalphaclip;
float glalphaclip, pad;
} UserDef;
extern UserDef U; /* from usiblender.c !!!! */