Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
{-# LANGUAGE OverloadedStrings #-}module Consts whereimport qualified Data.ByteString.Char8 as BserverVersion :: B.ByteStringserverVersion = "1"