mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04: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. |
||
---|---|---|
.. | ||
bin | ||
src | ||
thirdparty | ||
.dockerignore | ||
build.sh | ||
docker-compose.yaml | ||
godotxtermnative.gdnlib | ||
linux.Dockerfile | ||
SConstruct | ||
shell.nix |