minor: remove mono compiler warning
parent
00102e73a6
commit
6d88c96e01
|
@ -333,7 +333,7 @@ namespace PrimMesher
|
||||||
// int height = sculptBitmap.Height / scale;
|
// int height = sculptBitmap.Height / scale;
|
||||||
|
|
||||||
int width = rows[0].Count;
|
int width = rows[0].Count;
|
||||||
int height = rows.Count;
|
// int height = rows.Count;
|
||||||
|
|
||||||
int p1, p2, p3, p4;
|
int p1, p2, p3, p4;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue