nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Update open buffers when file is moved #611

Closed nathanhoad closed 2 months ago

nathanhoad commented 2 months ago

This fixes an issue where the open buffer cache gets out of sync when a dialogue file has been moved.

Fixes #609