diff options
| author | dam <dam@gudinoff> | 2022-03-28 15:47:08 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-28 15:47:08 +0000 |
| commit | 177fb734c21a583b3fedf91c0cad77137cffcf4d (patch) | |
| tree | 9749e3265534017b1fc1ae9450a56422cf61f7c3 /main.gd | |
| parent | 146b7a86fc10547a3d59c00aaa3c940db64d0773 (diff) | |
| download | surgery-log-177fb734c21a583b3fedf91c0cad77137cffcf4d.tar.zst surgery-log-177fb734c21a583b3fedf91c0cad77137cffcf4d.zip | |
Moved screen dots per inch initialization to onready var.
Diffstat (limited to 'main.gd')
| -rw-r--r-- | main.gd | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ func _init(): OS.request_permissions() - func _ready(): Input.set_use_accumulated_input(false) confirm_action.get_cancel().connect("pressed", self, "dialog_cancelled", ["confirmed"]) |
