From d698e0afc14b365abf0af23710c1d1beb4410c41 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Wed, 28 Jan 2026 20:18:11 +0800 Subject: [PATCH] minor fix --- XianTu/Scripts/DataController/BlueTuController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XianTu/Scripts/DataController/BlueTuController.cs b/XianTu/Scripts/DataController/BlueTuController.cs index 53a9859..8d66f08 100644 --- a/XianTu/Scripts/DataController/BlueTuController.cs +++ b/XianTu/Scripts/DataController/BlueTuController.cs @@ -385,7 +385,7 @@ namespace XianTu.Scripts.DataController break; } buildToolBlueprintPaste.UpdatePreviewModels(_actionBuild.model); - buildToolBlueprintPaste.ErrorGridClustering(); + buildToolBlueprintPaste.TranslateErrorType(false); } }