Skip to content

Commit

Permalink
fixes sourcegraph example
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Sep 19, 2024
1 parent fda28ba commit 1e04336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/examples/sourcegraph.nemo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module main
exports (
tick, make_logos, draw_cube, draw_circle, draw_stick, rad,
Vec2, zero_vec2, Color, Stick, tick_position, tick_stick,
zero_position, sg_logo, random_sign, random_between
zero_stick, sg_logo, random_sign, random_between
)

use canvas
Expand Down

0 comments on commit 1e04336

Please sign in to comment.