killing warnings, reformatting RemoteAdminPlugin

This commit is contained in:
Dr Scofield
2008-12-05 15:28:03 +00:00
parent 336daa1aa8
commit bdffd56a45
4 changed files with 23 additions and 19 deletions

View File

@@ -709,7 +709,7 @@ namespace PrimMesher
for (int i = 0; i < numAngles; i++)
{
int iNext = i == numAngles ? i + 1 : 0;
// int iNext = i == numAngles ? i + 1 : 0;
angle = angles.angles[i];
newVert.X = angle.X * xScale;
newVert.Y = angle.Y * yScale;