ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
317 stars 33 forks source link

Stop configuration instance from leaking #16

Closed 2shady4u closed 4 years ago

2shady4u commented 4 years ago

Checklist for this pull request

Description

When building projects containing this add-on, the configuration instanced script starts leaking because it isn't disposed of properly. This fixes the leak.

ephread commented 4 years ago

Looks awesome, thanks for working on this!