Add component linesec
.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Cryville.Crtr.Components {
|
||||
UpdateColor();
|
||||
}
|
||||
}
|
||||
protected void UpdateColor() {
|
||||
protected virtual void UpdateColor() {
|
||||
if (!mesh.Initialized) return;
|
||||
foreach (var mat in materials) {
|
||||
mat.color = _color;
|
||||
|
Reference in New Issue
Block a user