Skip to content

Commit ec54590

Browse files
committed
Fix mouse: needs to draw once initially.
1 parent d46bd04 commit ec54590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mouse.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
view.draw() // Draw whenever mouse has an event
7373
}
7474

75+
view.draw() // Draw once to get started
76+
7577
// DOES NOTE NEED: Driven by dynamics of the mouse itself!
7678
// util.timeoutLoop(
7779
// () => {

0 commit comments

Comments
 (0)