Skip to content

Commit bc91f16

Browse files
committed
Steve: fix warning UILayout
1 parent 1db4260 commit bc91f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/ui/UILayout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ void Layout::setCameraMask(unsigned short mask, bool applyChildren)
19341934
rect[1].set(_contentSize.width, 0.0f);
19351935
rect[2].set(_contentSize.width, _contentSize.height);
19361936
rect[3].set(0.0f, _contentSize.height);
1937-
Color4F green(0.0f, 1.0f, 0.0f, 1.0f);
1937+
//STEVE: Color4F green(0.0f, 1.0f, 0.0f, 1.0f);
19381938
_clippingStencil->clear();
19391939
_clippingStencil->drawPolygon(rect, 4, green, 0, green);
19401940
} else {

0 commit comments

Comments
 (0)