Closed vonhoff closed 1 year ago
What are the actions needed to cause the crash as mentioned in Tileset.c#L257? I tried to reproduce it with a release build of Tilengine v2.9.7, but it seems to work correctly if I remove the return true; from the function on line 258.
return true;
What are the actions needed to cause the crash as mentioned in Tileset.c#L257? I tried to reproduce it with a release build of Tilengine v2.9.7, but it seems to work correctly if I remove the
return true;
from the function on line 258.