diff --git a/src/editor/renderer.tsx b/src/editor/renderer.tsx index 996965689b51d0abcc3665d54c89d64b94524560..3309ba804d646d38c7c245a8bed237b845adbaad 100644 --- a/src/editor/renderer.tsx +++ b/src/editor/renderer.tsx @@ -403,7 +403,6 @@ export class GraphRenderer2D extends React.PureComponent< } render() { - this.warmupTicks = this.defaultWarmupTicks; return ( <ForceGraph2D ref={this.forceGraph}