飞机刷新时间改到100ms--500架基本流畅

This commit is contained in:
xu 2020-04-22 02:36:50 +08:00
parent 9a9c25a1dd
commit 17d2fbf499

View File

@ -32,7 +32,7 @@ namespace Plane.Copters
/// <summary>
/// 更新虚拟飞行器状态的时间间隔,单位为毫秒。
/// </summary>
private const int UPDATE_INTERVAL = 50; //150可以跑1000架 100可以跑500架
private const int UPDATE_INTERVAL = 100; //150可以跑1000架 100可以跑500架
/// <summary>
/// 对飞行器的模拟是否正在运行。