1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-30 23:19:49 +00:00

Remove unneeded line in TransparentChecker.gd

This commit is contained in:
Manolis Papadeas 2022-01-26 18:33:53 +02:00
parent 35b10a1cc4
commit ec54754159

View file

@ -38,7 +38,6 @@ func transparency(value: float) -> void:
get_parent().transparent_bg = false
get_tree().get_root().set_transparent_background(false)
else:
OS.window_per_pixel_transparency_enabled = true
get_parent().transparent_bg = true
get_tree().get_root().set_transparent_background(true)