Handle sharp bends

This commit is contained in:
AJ
2019-09-11 07:54:04 -04:00
parent 5da216dec2
commit 443912f8f8

View File

@@ -142,7 +142,7 @@ namespace EtchBendLines
if (bendNote == null) if (bendNote == null)
continue; continue;
var note = bendNote.Value.ToUpper(); var note = bendNote.Value.ToUpper().Replace("SHARP", "R0");
if (note.Contains("UP")) if (note.Contains("UP"))
bendline.Direction = BendDirection.Up; bendline.Direction = BendDirection.Up;