Skip to content

Commit 4380fa2

Browse files
committed
Cleanup
1 parent 552bfb2 commit 4380fa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base/sources/nodes_material.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ let nodes_material_color: ui_node_t[] = [
24372437
{
24382438
id: 0,
24392439
name: _tr("Quantize"),
2440-
type: "QUANTIZE",
2440+
type: "QUANTIZE", // extension
24412441
x: 0,
24422442
y: 0,
24432443
color: 0xff448c6d,
@@ -2487,7 +2487,7 @@ let nodes_material_color: ui_node_t[] = [
24872487
{
24882488
id: 0,
24892489
name: _tr("Replace Color"),
2490-
type: "REPLACECOL",
2490+
type: "REPLACECOL", // extension
24912491
x: 0,
24922492
y: 0,
24932493
color: 0xff448c6d,
@@ -2769,7 +2769,7 @@ let nodes_material_vector: ui_node_t[] = [
27692769
{
27702770
id: 0,
27712771
name: _tr("Mix Normal Map"),
2772-
type: "MIX_NORMAL_MAP",
2772+
type: "MIX_NORMAL_MAP", // extension
27732773
x: 0,
27742774
y: 0,
27752775
color: 0xff522c99,
@@ -3144,7 +3144,7 @@ let nodes_material_converter: ui_node_t[] = [
31443144
{
31453145
id: 0,
31463146
name: _tr("Color Mask"),
3147-
type: "COLMASK",
3147+
type: "COLMASK", // extension
31483148
x: 0,
31493149
y: 0,
31503150
color: 0xff62676d,

0 commit comments

Comments
 (0)