Added color for mummy spawner.

This commit is contained in:
Sascha L. Teichmann
2014-09-11 02:37:48 +02:00
parent d08fcbbe9e
commit 9890b8b8c7
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ func NewRenderer(xOfs, zOfs int16, width, height int) (renderer *Renderer) {
return
}
//func (r *Renderer) minY(x, z int16) (minY int32) {
func (r *Renderer) minY(ofs, w int) (minY int32) {
minY = int32(math.MaxInt32)
for yEnd := ofs + w<<4; ofs < yEnd; {