diff --git a/Project/Panels/GenerateNavMeshPanel.cs b/Project/Panels/GenerateNavMeshPanel.cs index 2745394..be39eec 100644 --- a/Project/Panels/GenerateNavMeshPanel.cs +++ b/Project/Panels/GenerateNavMeshPanel.cs @@ -944,8 +944,8 @@ namespace CodeWalker.Project.Panels //find the next bottom and top indexes, step by the max offset int nqib = qib; int nqit = qit; - int ndyb = 0; - int ndyt = 0; + //int ndyb = 0; + //int ndyt = 0; diff --git a/WorldForm.cs b/WorldForm.cs index 36b9b99..0c002c7 100644 --- a/WorldForm.cs +++ b/WorldForm.cs @@ -78,7 +78,7 @@ namespace CodeWalker int ControlBrushTimer = 0; bool ControlBrushEnabled; - float ControlBrushRadius; + //float ControlBrushRadius; Entity camEntity = new Entity(); PedEntity pedEntity = new PedEntity();