mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Listener disconnects in C++ now
This commit is contained in:
parent
257ce5b331
commit
c17ca955db
1 changed files with 0 additions and 1 deletions
|
@ -1463,7 +1463,6 @@ function onFileSaveChanged(filename) {
|
|||
}
|
||||
|
||||
function onFileOpenChanged(filename) {
|
||||
Window.openFileChanged.disconnect(onFileOpenChanged);
|
||||
var importURL = null;
|
||||
if (filename !== "") {
|
||||
importURL = "file:///" + filename;
|
||||
|
|
Loading…
Reference in a new issue