mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-15 13:27:36 +00:00
Implemented ASM voronoi with squared distance function.
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user