fix: remove prebake specific logic in transpiler

This commit is contained in:
Felix Roos 2026-02-13 08:42:20 +01:00
parent 8984055ea6
commit bdeafbaf75
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -43,7 +43,7 @@ import { debugAudiograph } from './audiograph';
const { latestCode, maxPolyphony, audioDeviceName, multiChannelOrbits } = settingsMap.get();
let modulesLoading, presets, drawContext, clearCanvas, audioReady;
const evaluateUserPrebake = (code) => evaluate(code, transpiler, { prebake: true });
const evaluateUserPrebake = (code) => evaluate(code, transpiler, { addReturn: false });
if (typeof window !== 'undefined') {
audioReady = initAudioOnFirstClick({