mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-24 18:20:25 +01:00
001a9525d1
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 |