mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-03 08:30:45 +02:00
Added color for mummy spawner.
This commit is contained in:
@ -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; {
|
||||
|
Reference in New Issue
Block a user