1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

Implemented ASM voronoi with squared distance function.

This commit is contained in:
jespergravgaard 2017-08-07 23:17:56 +02:00
parent 1f4ea4f68c
commit 867d78fd31
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ void initscreen() {
do {
*screen = FILL;
} while(++screen<$0800)
}
void render() {

View File

@ -66,7 +66,6 @@ void initscreen() {
do {
*screen = FILL;
} while(++screen<$0800)
}
void render() {