Modify envelope index when appending maps

fixes #2044
This commit is contained in:
12pm 2020-01-23 18:30:55 +01:00
parent 87c71b8270
commit 9dcfcc8f10

View file

@ -976,6 +976,7 @@ void CLayerTiles::ModifyImageIndex(INDEX_MODIFY_FUNC Func)
void CLayerTiles::ModifyEnvelopeIndex(INDEX_MODIFY_FUNC Func)
{
Func(&m_ColorEnv);
}
CLayerTele::CLayerTele(int w, int h)