remove extranous call

This commit is contained in:
Anna
2025-09-23 20:41:26 -04:00
parent 8838f7767b
commit 8a2bfc70ca

View File

@@ -16,7 +16,6 @@ func _ready() -> void:
await get_tree().physics_frame
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_WINDOWED)
DisplayServer.window_set_flag(DisplayServer.WINDOW_FLAG_BORDERLESS, false)
on_file_dropped(args)
func on_file_dropped(files: PackedStringArray) -> void:
for i in files: