Skip to content

Commit 11f4531

Browse files
committed
bam
1 parent 11d86b7 commit 11f4531

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

v5-unity/build/opt-live.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v5-unity/js/opt-live.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ export class OptLiveFrontend extends OptFrontend {
372372
);
373373

374374
$('#executionSlider').slider('value', myVisualizer.curInstr); // update slider
375+
this.myVisualizer.redrawConnectors(); // to get everything aligned well
375376
}
376377

377378
// a syntax-/compile-time error, rather than a runtime error

v5-unity/live.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- let Webpack take care of everything. Use the [hash] feature to
1717
create unique filenames for releases:
1818
https://webpack.github.io/docs/long-term-caching.html -->
19-
<script type="text/javascript" src="build/opt-live.bundle.js?2a2518e2eb" charset="utf-8"></script>
19+
<script type="text/javascript" src="build/opt-live.bundle.js?528e3522f3" charset="utf-8"></script>
2020

2121
<!-- insert google-analytics.txt contents here -->
2222

0 commit comments

Comments
 (0)