From d700f1276ac62b69281d7a7c325b9118986b48fb Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Wed, 20 Aug 2025 14:32:57 +0800 Subject: [PATCH] fix: fix the wrong showcase type of Is Sink field in BME prototype Flat. --- assets/jsons/flat.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/jsons/flat.json5 b/assets/jsons/flat.json5 index ada15f1..51d4bd2 100644 --- a/assets/jsons/flat.json5 +++ b/assets/jsons/flat.json5 @@ -36,7 +36,7 @@ }, { "field": "is_sink_", - "type": "float", + "type": "bool", "title": "Is Sink", "desc": "Whether this flat floor is used for sink floor.", "default": "False"