Update CSVEditor.gd

This commit is contained in:
Nicolò Santilio 2020-12-31 12:54:51 +01:00 committed by GitHub
parent b14474bdbf
commit 10a5b7d829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ var rows_count : int = 1
signal update_file()
signal editing_file()
var GoogleTranslate : GoogleTranslateAPI = GoogleTranslateAPI.new()
var GoogleTranslate : = GoogleTranslateAPI.new()
# Called when the node enters the scene tree for the first time.
func _ready():