This commit is contained in:
parent
0d4980f64d
commit
77f367ef23
@ -1,7 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"image"
|
"image"
|
||||||
"image/color"
|
"image/color"
|
||||||
"image/png"
|
"image/png"
|
||||||
@ -61,7 +60,6 @@ func computeThread() {
|
|||||||
(float64(p.y)/Size+float64(p.tileY))/float64(uint(1<<(p.tileZoom-1))),
|
(float64(p.y)/Size+float64(p.tileY))/float64(uint(1<<(p.tileZoom-1))),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
fmt.Println(val)
|
|
||||||
p.out.SetRGBA(p.x, p.y, colors[val])
|
p.out.SetRGBA(p.x, p.y, colors[val])
|
||||||
p.wg.Done()
|
p.wg.Done()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user