diff --git a/korman/exporter/material.py b/korman/exporter/material.py index b062246..6ddcdaf 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -488,7 +488,8 @@ class MaterialConverter: if texture.invert_alpha and has_alpha: state.blendFlags |= hsGMatState.kBlendInvertAlpha - if texture.extension == "CLIP": + + if texture.extension in {"CLIP", "EXTEND"}: state.clampFlags |= hsGMatState.kClampTexture # Now, let's export the plBitmap