mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Remove unneeded line in TransparentChecker.gd
This commit is contained in:
parent
35b10a1cc4
commit
ec54754159
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue