Skip to content

Commit 111b12b

Browse files
committed
[SUTK] [Fix] set m_isThicknessDirty to false in update()
1 parent 1b123ae commit 111b12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sutk/source/RenderRectOutline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ namespace SUTK
6767
array[5] = static_cast<Vec2Df>(bottomRight) - upLeft;
6868
array[6] = static_cast<Vec2Df>(bottomLeft) + upRight;
6969
array[7] = static_cast<Vec2Df>(bottomLeft) - upRight;
70+
m_isThicknessDirty = false;
7071
}
7172

7273
RenderRect::update();

0 commit comments

Comments
 (0)