Skip to content

Commit

Permalink
Removed unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwin99 committed Sep 8, 2020
1 parent 155f1f0 commit 9ff5259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions SEWorldGenPlugin/Draw/IRenderObject.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace SEWorldGenPlugin.Draw
namespace SEWorldGenPlugin.Draw
{
public interface IRenderObject
{
Expand Down
1 change: 0 additions & 1 deletion SEWorldGenPlugin/Draw/RenderSphere.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public void Draw()
{
MatrixD wm = MatrixD.CreateWorld(m_position);
MySimpleObjectDraw.DrawTransparentSphere(ref wm, m_radius, ref m_color, MySimpleObjectRasterizer.SolidAndWireframe, 100, lineMaterial: MyStringId.GetOrCompute("GizmoDrawLine"), lineThickness: 1000);
//MyRenderProxy.DebugDrawSphere(m_position, m_radius * 1.1f, m_color.ToVector3(), 1.0f, true, true);
}
}
}

0 comments on commit 9ff5259

Please sign in to comment.