From 7b4ddb87f07b03b09de32257248aa920e5a01e7a Mon Sep 17 00:00:00 2001 From: qweasz687 <66411718+qweasz687@users.noreply.github.com> Date: Tue, 10 Aug 2021 18:01:05 +0800 Subject: [PATCH] Update MotaAction.g4 --- _server/MotaAction.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index 6fc77c7e..4b94420f 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -2097,7 +2097,7 @@ lockViewport_s /* lockViewport_s tooltip : lockViewport: 是否锁定视角 helpUrl : /_docs/#/instruction -default : [] +default : [false] colour : this.soundColor Bool_0 = Bool_0 ? (', "lock": true') : ''; var code = '{"type": "lockViewport"'+Bool_0+'},\n';