mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-24 01:30:50 +00:00
fixed tests
This commit is contained in:
parent
91a428d22b
commit
bafffa14f2
@ -14,7 +14,7 @@
|
|||||||
// Screen containing angle to center
|
// Screen containing angle to center
|
||||||
.label SCREEN_FILL = $400
|
.label SCREEN_FILL = $400
|
||||||
// The number of buckets in our bucket sort
|
// The number of buckets in our bucket sort
|
||||||
µ .const NUM_BUCKETS = $100
|
.const NUM_BUCKETS = $100
|
||||||
.const NUM_SQUARES = $30
|
.const NUM_SQUARES = $30
|
||||||
.label heap_head = $15
|
.label heap_head = $15
|
||||||
.label SQUARES = $17
|
.label SQUARES = $17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user