Only use palette if param_type2 is correct
parent
021e667511
commit
6f641df8a5
|
@ -786,6 +786,9 @@ void ContentFeatures::updateTextures(ITextureSource *tsrc, IShaderSource *shdsrc
|
||||||
tiledef_special[j].backface_culling, material_type);
|
tiledef_special[j].backface_culling, material_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (param_type_2 == CPT2_COLOR ||
|
||||||
|
param_type_2 == CPT2_COLORED_FACEDIR ||
|
||||||
|
param_type_2 == CPT2_COLORED_WALLMOUNTED)
|
||||||
palette = tsrc->getPalette(palette_name);
|
palette = tsrc->getPalette(palette_name);
|
||||||
|
|
||||||
if ((drawtype == NDT_MESH) && (mesh != "")) {
|
if ((drawtype == NDT_MESH) && (mesh != "")) {
|
||||||
|
|
Loading…
Reference in New Issue