Skip to content

Commit f0e9470

Browse files
Update DefaultShader.mjs
1 parent 3d2d7e3 commit f0e9470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/c2d/shaders/DefaultShader.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default class DefaultShader extends C2dShader {
114114

115115
if (vc._colorUl === vc._colorUr) {
116116
if (vc._colorBl === vc._colorBr) {
117-
if (vc._colorUl === vc.colorBl) {
117+
if (vc._colorUl === vc._colorBl) {
118118
// Single color.
119119
} else {
120120
// Vertical gradient.

0 commit comments

Comments
 (0)