britzl / monarch

Monarch is a Defold screen manager with transition support and a straight forward API
MIT License
163 stars 23 forks source link

Fixed an error that appears when trying to delete an instance that is already deleted. #109

Closed paweljarosz closed 8 months ago

paweljarosz commented 8 months ago

Now, only if the instance exists, it will be deleted. Also added small improvement - pre-hashed an empty hash.

paweljarosz commented 8 months ago

Added change to use go.exists()