OSDN Git Service

Merge branch 'Split_renderers' into vgd
[automap/automap.git] / Automap / Designators / DefaultDesignators.cs
index 182230f..f406d97 100644 (file)
@@ -81,6 +81,8 @@ namespace Automap
                };
                }
 
+               #region Designators
+
                internal static void DecodeSign(ICoreClientAPI clientAPI, PointsOfInterest poi, BlockPos posn, Block block)
                {
 #if DEBUG
@@ -176,6 +178,8 @@ namespace Automap
 
                        }
                }
+
+               #endregion
        }
 }