Skip to content

Commit

Permalink
Fixed rounded corners warning log not using correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Box-Coder committed May 25, 2023
1 parent e46077d commit 98c5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/ssGUI/Extensions/RoundedCorners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace Extensions
bool invalidAngle = false;
if(angleT1CirT2 < 0)
{
ssGUI_WARNING("Container type: "<<(int)Container->GetType());
ssGUI_WARNING(ssGUI_EXT_TAG, "Container type: "<<(int)Container->GetType());
ssGUI_WARNING(ssGUI_EXT_TAG, "anti-clockwise placements of vertices detected. Rounded corners failed.");
invalidAngle = true;
}
Expand Down

0 comments on commit 98c5e69

Please sign in to comment.