浏览代码

Upgrade GodotSlideshow plugin to v1.2.2

DricomDragon 1 周之前
父节点
当前提交
8381b924b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      godot/addons/slide_show/projector/slide/Slide.gd

+ 1 - 1
godot/addons/slide_show/projector/slide/Slide.gd

@@ -23,7 +23,7 @@ func _ready() -> void:
 func disable() -> void:
 	set_process_unhandled_key_input(false)
 
-	if processing_keep_when_disabled:
+	if processing_keep_when_disabled or get_parent() is Window:
 		return
 	get_children().all(disable_processing)