mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-26 15:30:28 +00:00
Implemented ASM voronoi with squared distance function.
This commit is contained in:
parent
1f4ea4f68c
commit
867d78fd31
@ -66,7 +66,6 @@ void initscreen() {
|
||||
do {
|
||||
*screen = FILL;
|
||||
} while(++screen<$0800)
|
||||
|
||||
}
|
||||
|
||||
void render() {
|
||||
|
@ -66,7 +66,6 @@ void initscreen() {
|
||||
do {
|
||||
*screen = FILL;
|
||||
} while(++screen<$0800)
|
||||
|
||||
}
|
||||
|
||||
void render() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user