mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
killing warnings, reformatting RemoteAdminPlugin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user