Dont store air only information in decoded block. This can be found out pretty easy by analysing the other fields if needed.

This commit is contained in:
Sascha L. Teichmann
2015-07-20 13:27:46 +02:00
parent b66c7fdff3
commit 232feaa435
2 changed files with 7 additions and 7 deletions

View File

@ -215,7 +215,7 @@ func (r *Renderer) RenderBlock(block *Block, colors *Colors) (err error) {
return
}
if db.AirOnly {
if db.AirOnly() {
r.RejectedBlocks++
return
}