minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-11 18:49:05 +00:00
parent 00102e73a6
commit 6d88c96e01

View File

@@ -333,7 +333,7 @@ namespace PrimMesher
// int height = sculptBitmap.Height / scale;
int width = rows[0].Count;
int height = rows.Count;
// int height = rows.Count;
int p1, p2, p3, p4;