We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2308659 commit dc19092Copy full SHA for dc19092
Sources/GateEngine/Types/Material.swift
@@ -47,7 +47,7 @@ public struct Material {
47
"index must be an existing channel or the next channel."
48
)
49
if index == channels.count {
50
- channels.append(Channel(color: .clear))
+ channels.append(Channel(color: .white))
51
}
52
return block(&channels[Int(index)])
53
0 commit comments