Skip to content
  • Romain Vimont's avatar
    Add FrameBlocks structure · 65bd158b
    Romain Vimont authored
    In BlockContext, the blocks were stored as Vec<Vec<Block>>. Use a
    dedicated structure instead.
    
    This will allow to provide a tiled view (TileBlocks).
    65bd158b