glua / gm_voxelate

A module for voxel support in Garry's Mod
https://glua.io
Other
21 stars 3 forks source link

Make sure compression buffers are large enough #27

Closed MDFL64 closed 7 years ago

MDFL64 commented 7 years ago

Compression lib doc says compression buffers need to be at least 5% larger than input. IIRC this is not the case right now. I vote for a good round 9000 byte static buffer but we're going to want to keep track of this in case the chunk size changes.

SwadicalRag commented 7 years ago

agreed