lnvis

nanovg lightning network visualizer
git clone git://jb55.com/lnvis
Log | Files | Refs | README | LICENSE

commit 1f35f1ea9eea4f06c9dae7eb14887db582a4562e
parent bda11140713be2f34376c48d57604c1b30c4abba
Author: William Casarin <jb55@jb55.com>
Date:   Sat,  4 Aug 2018 15:07:32 -0700

test

Diffstat:
Mupdate.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/update.c b/update.c @@ -26,6 +26,7 @@ struct node *hit_node(struct ln *ln) { void update(struct ln *ln, double dt) { + // click detection if (ln->clicked) { struct node *hit = hit_node(ln);