minor: remove mono compiler warning

0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-11 18:49:05 +00:00
parent 00102e73a6
commit 6d88c96e01
1 changed files with 1 additions and 1 deletions

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;