1f128a7803
- Scene instances were not made relative to their block - Saving a block while mesh size is 16 and loading it back while mesh size is increased to 32 should now work. Before, positions were saved relative to render block instead of data block, which forced to keep mesh and data sizes the same - Fixed incorrect octant_index in save_block, Z shift was 1 instead of 2