Merge branch 'master' into v2.x
Conflicts: src/gl/textures/gl_material.cpp
This commit is contained in:
commit
9b8869e78d
18 changed files with 88 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue