Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 2d65c5d

Browse files
Fixed accidental repaint out-commented
1 parent 7dc3a4e commit 2d65c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/SO Architecture/Editor/Drawers/DeveloperDescriptionDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private void HandleInput(Rect textAreaRect)
5656
private void RemoveFocus()
5757
{
5858
GUI.FocusControl(null);
59-
//Repaint();
59+
Repaint();
6060
}
6161
private void Repaint()
6262
{

0 commit comments

Comments
 (0)