Skip to content
Snippets Groups Projects
Unverified Commit 28ba42c0 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer Committed by GitHub
Browse files

Flatten Vec<Vec<LayerTile>> to Vec<LayerTile> (#128)

This simplifies code and should be better on memory usage since it is
less fragmented.

Also added `width` and `height` attributes to `Layer`.

Closes #54
parent 32efc684
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment