-
Notifications
You must be signed in to change notification settings - Fork 57
RawImage NOT Writing last segment from orig_data #8
Comments
For images (tiles only) image_size = Tiles.Length This situation initialized by incorrect Width and Height, which equals to Width and Height for MAP. PS: sorry for my very bad english... |
Thanks for the report 👍 |
I see what you mean. The problem is that we don't know when the last segment of data from the original source starts, so I was guessing with In the case of importing with map compression we don't know where the tile section ends. If I replace
I am not sure what to do here 😟 |
|
Mm, good idea. |
In RawData.cs,
method:
override void Write(string fileOut, PaletteBase palette)
line 224:
This is never be to write last data from
ori_data
Maybe???:
The text was updated successfully, but these errors were encountered: