Skip to content

Commit

Permalink
Remove vestigial experimentalSetShareAllNewRenderers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 10, 2022
1 parent 3048075 commit 57e5a85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scramble-display/ScrambleDisplay.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import { Alg } from "cubing/alg";
import { wcaEventInfo } from "cubing/puzzles";
import {
experimentalSetShareAllNewRenderers,
TwistyPlayer,
} from "cubing/twisty";
import { mainStyleText } from "./css";

experimentalSetShareAllNewRenderers(true);

export type Visualization = "2D" | "3D";

type EventID = string;
Expand Down

0 comments on commit 57e5a85

Please sign in to comment.