为了24架修改自动生成的列数

修改倒计时数组“1”的bug
This commit is contained in:
pxzleo 2017-09-17 10:52:31 +08:00
parent 39a1002852
commit f09fadd475
3 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ namespace Plane.FormationCreator.Formation
var newTask = new FlightTask(FlightTaskType.FlyTo);
int coptindex = 0;
int colnum = 5; //自动生成列数=4
int colnum = 4; //自动生成列数=4
float coldis = 5;//列相距5米
float rowdis = 5;//行相距5米
float matrixdis = 20; //生成方阵距离30米

View File

@ -273,7 +273,7 @@ namespace Plane.FormationCreator.Formation
private int[] numberFour = { 2, 4, 5, 6, 7,8, 9,10, 12 };
private int[] numberthree = { 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12 };
private int[] numbertwo = { 0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 12 };
private int[] numberone = { 0, 4, 7, 9, 12 };
private int[] numberone = { 2, 4, 7, 9, 12 };
private int[] numberzero = { 0, 1, 2, 3, 4,5, 7, 8,9, 10, 11, 12 };

View File

@ -54,7 +54,7 @@ namespace Plane.FormationCreator.ViewModels
var center = _mapManager.Center;
string id;
int colnum = 5; //自动生成列数=4
int colnum = 4; //自动生成列数=4
float coldis = 5;//列相距5米
float rowdis = 5;//行相距5米
int currcol = 0; //当前列号