Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into development

This commit is contained in:
marauder2k7 2022-08-16 08:25:32 +01:00
commit 16062fb996
8 changed files with 34 additions and 21 deletions

View file

@ -207,7 +207,7 @@ Material::Material()
mDoubleSided = false;
mTranslucent = false;
mTranslucentBlendOp = LerpAlpha;
mTranslucentBlendOp = PreMul;
mTranslucentZWrite = false;
mAlphaTest = false;