Skip to content

Commit

Permalink
Fixed crabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaryMala committed Jul 3, 2016
1 parent f9a8c8f commit 12665c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dwarf Portrait/CP437Converter.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Data;

namespace Dwarf_Portrait
Expand Down
2 changes: 1 addition & 1 deletion Dwarf Portrait/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ private static void AddPart(Canvas canvas, Vector parentPos, BodyPart part, Vect
break;
case "FIN":
case "FLIPPER":
case "CLAW":
case "PINCER":
partShape = new Ellipse();

length = VolumeToDiameterConverter.Convert(part.OriginalPart.relsize * creatureScale) * visualScale * 2;
Expand Down

0 comments on commit 12665c9

Please sign in to comment.