From c5377f28667d8475d0805f6150ff4e0614c77c44 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 26 二月 2021 16:32:37 +0800
Subject: [PATCH] 修改了涂鸦设备的bug
---
HDL_ON/Common/R.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index b9032a4..eaedb3e 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -561,17 +561,17 @@
/// </summary>
public const int AutoClean = 1035;
/// <summary>
- /// 瀹氱偣娓呮壂
+ /// 闅忔満娓呮壂
/// </summary>
- public const int FixedPointClean = 1036;
+ public const int RandomClean = 1036;
/// <summary>
/// 娌垮娓呮壂
/// </summary>
public const int WallClean = 1037;
/// <summary>
- /// 鍖哄煙娓呮壂
+ /// 铻烘棆娓呮壂
/// </summary>
- public const int AreaClean = 1038;
+ public const int SpiralClean = 1038;
/// <summary>
/// 鎬绘竻娲侀潰绉�
/// </summary>
--
Gitblit v1.8.0