mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
同步更新
This commit is contained in:
@@ -122,8 +122,10 @@ namespace osu.Framework.Graphics.Lines
|
||||
// at this small angle curvature isn't noticeable, we can get away with straight-up connecting segment to the previous one.
|
||||
if (thetaDiff < Math.PI / max_res)
|
||||
{
|
||||
topLeft = prevSegment.TopRight;
|
||||
bottomLeft = prevSegment.BottomRight;
|
||||
if (pDot < 0f)
|
||||
topLeft = prevSegment.TopRight;
|
||||
else
|
||||
bottomLeft = prevSegment.BottomRight;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user