Minor updates to Triangle.Rendering code.

This commit is contained in:
wo80
2022-02-14 14:01:35 +01:00
parent 66197a01e8
commit a67b518b2d
5 changed files with 144 additions and 5 deletions
+2
View File
@@ -28,5 +28,7 @@ namespace TriangleNet.Rendering
void Add(int[] partition);
void Enable(int layer, bool enabled);
void Clear();
}
}