From eab2433a2daee814492548b95f16892adde0908d Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 6 Jan 2025 23:41:27 +0100 Subject: Impl rendering in AudioWorklet --- examples/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/graph.c') diff --git a/examples/graph.c b/examples/graph.c index dc4b226..6ad5fdc 100755 --- a/examples/graph.c +++ b/examples/graph.c @@ -531,7 +531,7 @@ void update_and_render_frame(void) { // Render - fill_rectangle(OP_SET, 0xffffff, 0, 0, platform.frame_width, platform.frame_height); + fill_rectangle(OP_SET, 0xa0b0c0, 0, 0, platform.frame_width, platform.frame_height); if (adding_edge) { f64 x0 = world.nodes[adding_src].x; -- cgit v1.2.3