Merge branch 'master' into v2.x

Conflicts:
	src/gl/textures/gl_material.cpp
This commit is contained in:
Christoph Oelckers 2014-09-09 01:30:11 +02:00
commit 9b8869e78d
18 changed files with 88 additions and 42 deletions

View file

@ -772,7 +772,6 @@ FMaterial * FMaterial::ValidateTexture(FTexture * tex, bool expand)
FMaterial *gltex = tex->gl_info.Material[expand];
if (gltex == NULL)
{
//@sync-tex
gltex = new FMaterial(tex, expand);
}
return gltex;