В процессе. Исправлены предупреждения редактора при загрузке проекта

This commit is contained in:
sasha80
2023-11-17 10:44:41 +03:00
parent c0d5f5d20d
commit 25cfc5191f
10 changed files with 61 additions and 45 deletions

View File

@@ -226,7 +226,6 @@ func _open_file() -> void:
err = _file.get_error()
if err:
return print_debug(error_string(err))
var read = _file.get_as_text()
_file.seek_end(0)