Skip to content

Commit 9dadddb

Browse files
committed
Remove unneeded commented line
1 parent d07f812 commit 9dadddb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/RunActivity/Viewer3D/RollingStock/SubSystems/DistributedPowerInterface.cs

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public TextPrimitive(Point position, Color color, string text, WindowTextFont fo
213213
public void Draw(SpriteBatch spriteBatch, Point position)
214214
{
215215
Font.Draw(spriteBatch, position, DrawRotation, 0, Text, LabelAlignment.Left, Color, Color.Black);
216-
// Font.Draw(spriteBatch, position, Text, Color);
217216
}
218217
}
219218
public struct TexturePrimitive

0 commit comments

Comments
 (0)