Skip to content

Commit 8afb925

Browse files
committed
Minor change to initial code
1 parent 5b0286e commit 8afb925

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

animation/projects/src/dummy/scenes/dummy.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ export default makeScene2D(function* (view) {
2020
fontSize={28}
2121
fontFamily={'Fira Mono'}
2222
highlighter={CppHighlighter}
23-
code={''}
23+
code={dummyCode}
2424
/>
2525
);
2626

27-
yield* codeRef().code(dummyCode, 0);
2827
yield* centerOn(codeRef(), DEFAULT, 1, 36);
2928
yield* waitFor(1);
3029

0 commit comments

Comments
 (0)