Fix mesh.color not working on polysec.

This commit is contained in:
2023-04-20 19:40:12 +08:00
parent e5956f2b34
commit 69fe03475b
3 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ namespace Cryville.Crtr.Components {
}
public override void Init() {
UpdateZIndex();
UpdateColor();
Reset();
}