From afc1968d3d2d430836a4a4b473c654cff3176d92 Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 27 Jul 2023 00:30:35 +0900 Subject: [PATCH] remove using --- src/DotRecast.Recast.Demo/Tools/TileTool.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/DotRecast.Recast.Demo/Tools/TileTool.cs b/src/DotRecast.Recast.Demo/Tools/TileTool.cs index 390a5b8..172c368 100644 --- a/src/DotRecast.Recast.Demo/Tools/TileTool.cs +++ b/src/DotRecast.Recast.Demo/Tools/TileTool.cs @@ -1,10 +1,8 @@ -using System.Reflection.Metadata; -using DotRecast.Core; +using DotRecast.Core; using DotRecast.Recast.Demo.Draw; using DotRecast.Recast.DemoTool; using DotRecast.Recast.DemoTool.Tools; using ImGuiNET; -using Silk.NET.Vulkan; using static DotRecast.Recast.Demo.Draw.DebugDraw; using static DotRecast.Recast.Demo.Draw.DebugDrawPrimitives;