You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pack all common data from all types of layers in a single struct and specialize between different layer types (e.g. group, image, tile) with an enum. This will allow to have all map layers in a single member and remove the layer_index member.
The text was updated successfully, but these errors were encountered:
Pack all common data from all types of layers in a single struct and specialize between different layer types (e.g. group, image, tile) with an enum. This will allow to have all map layers in a single member and remove the
layer_index
member.The text was updated successfully, but these errors were encountered: