change default texture scale

master
lsalzman 2013-06-05 10:23:05 +03:00
parent c80d786080
commit 3c83742651
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ enum
MATSURF_EDIT_ONLY
};
#define TEX_SCALE 8.0f
#define TEX_SCALE 16.0f
struct vertex { vec pos; bvec norm; uchar reserved; vec2 tc; bvec tangent; uchar bitangent; };