From d6df3f9010f9f4b3f7a3086dbdfdaabba1e28b8e Mon Sep 17 00:00:00 2001 From: reng Date: Tue, 16 Sep 2025 16:45:14 +0800 Subject: [PATCH] update --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 1e3b932..bcc9fee 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -125,7 +125,7 @@ function App() { } if(props.reset){ - sendOsc(OSC_ADDRESS.RESETCUE,'','all'); + //sendOsc(OSC_ADDRESS.RESETCUE,'','all'); refLight.current.set(1); }