end point adjsutments
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Windows Release Package (push) Has been cancelled
CI / Native Windows Build And Tests (push) Has been cancelled

This commit is contained in:
Aiden
2026-05-12 13:50:32 +10:00
parent b44504500a
commit 430cf0733d
11 changed files with 773 additions and 57 deletions

View File

@@ -30,7 +30,7 @@ function App() {
const [dropTargetLayerId, setDropTargetLayerId] = useState(null);
const layers = appState?.layers ?? [];
const shaders = appState?.shaders ?? [];
const shaders = (appState?.shaders ?? []).filter((shader) => shader.available !== false);
const performance = appState?.performance ?? {};
const runtime = appState?.runtime ?? {};
const video = appState?.video ?? {};