Another fix for constants
This commit is contained in:
parent
f87264b656
commit
a9d8a8f86a
Binary file not shown.
@ -223,7 +223,7 @@ namespace FirstPlugin
|
||||
{
|
||||
foreach (var texturePatternCfg in matCfg.TexturePatternInfos)
|
||||
{
|
||||
if (texturePatternCfg.ConstantValue == null)
|
||||
if (texturePatternCfg.ConstantValue != null)
|
||||
{
|
||||
if (!Textures.Contains(texturePatternCfg.ConstantValue.Texture))
|
||||
Textures.Add(texturePatternCfg.ConstantValue.Texture);
|
||||
|
Loading…
x
Reference in New Issue
Block a user