mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 09:40:25 +01:00
bea5d1c27d
Often when closing a terminal in the terminal panel the error message 'Condition "!obj" is true.' would be printed to console. This was due to the call_funcv() method being called on an invalid FuncRef instance (invalid because it had already been deleted or queued for delection). Now we check the instance is valid before calling the method. |
||
---|---|---|
.. | ||
editor_plugins/terminal | ||
import_plugins | ||
native | ||
nodes | ||
resources | ||
themes | ||
util | ||
.gitignore | ||
LICENSE.md | ||
plugin.cfg | ||
plugin.gd | ||
pty.gd | ||
terminal.gd | ||
THIRDPARTY_NOTICES.txt | ||
THIRDPARTY_NOTICES_nopty.txt |