|
@@ -92,7 +92,7 @@ bool dx_force_anisotropic_filtering = config_dxgsg.GetBool("dx-force-anisotropic
|
|
|
const bool link_tristrips = config_dxgsg.GetBool("link-tristrips", false);
|
|
const bool link_tristrips = config_dxgsg.GetBool("link-tristrips", false);
|
|
|
|
|
|
|
|
// note: offset currently disabled since it wasnt working properly
|
|
// note: offset currently disabled since it wasnt working properly
|
|
|
-DXDecalType dx_decal_type = GDT_offset;
|
|
|
|
|
|
|
+DXDecalType dx_decal_type = GDT_blend;
|
|
|
|
|
|
|
|
static DXDecalType
|
|
static DXDecalType
|
|
|
parse_decal_type(const string &type) {
|
|
parse_decal_type(const string &type) {
|
|
@@ -104,7 +104,7 @@ parse_decal_type(const string &type) {
|
|
|
return GDT_offset;
|
|
return GDT_offset;
|
|
|
}
|
|
}
|
|
|
dxgsg_cat.error() << "Invalid dx-decal-type: " << type << "\n";
|
|
dxgsg_cat.error() << "Invalid dx-decal-type: " << type << "\n";
|
|
|
- return GDT_offset;
|
|
|
|
|
|
|
+ return GDT_blend;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ConfigureFn(config_dxgsg) {
|
|
ConfigureFn(config_dxgsg) {
|