Decorations: Remove error message 'chunksize not divisable by sidelen'
authorparamat <mat.gregory@virginmedia.com>
Fri, 25 Sep 2015 23:28:48 +0000 (00:28 +0100)
committerparamat <mat.gregory@virginmedia.com>
Sat, 26 Sep 2015 22:58:56 +0000 (23:58 +0100)
commitffe291cb78fc7135034fe6456b2d7dfc3761dc52
tree076eb1efd1eb2c7e12d7b7b2a291575d09aabb7c
parente7282816fffc433861e7e83b0bf1de701d3ea2d1
Decorations: Remove error message 'chunksize not divisable by sidelen'

Sidelen larger than 16 is essential for low density decorations
With sidelen > 16 chunksize may not be divisable by sidelen if
chunksize is changed, in this situation setting sidelen = chunksize
is desirable and should not create error messages.
src/mg_decoration.cpp