Skip to content

Commit

Permalink
removes unused global from example code
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Sep 19, 2024
1 parent 4e3a800 commit 6dce634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/examples/sourcegraph.nemo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use canvas
import random : fn () -> f32 from random

global two_pi = 3.14159265359 * 2.0
global global_deg = 0
global sticks : [Stick] = make_logos()
global boom_timer : f32 = 2000.0

Expand Down

0 comments on commit 6dce634

Please sign in to comment.