diff options
Diffstat (limited to 'examples/graph.c')
-rwxr-xr-x | examples/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |