Skip to content

Commit dc19092

Browse files
committed
Make default color white
1 parent 2308659 commit dc19092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GateEngine/Types/Material.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public struct Material {
4747
"index must be an existing channel or the next channel."
4848
)
4949
if index == channels.count {
50-
channels.append(Channel(color: .clear))
50+
channels.append(Channel(color: .white))
5151
}
5252
return block(&channels[Int(index)])
5353
}

0 commit comments

Comments
 (0)