Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor warnings #113

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Fix minor warnings #113

merged 1 commit into from
Mar 3, 2025

Conversation

MarianoGnu
Copy link
Contributor

No description provided.

@@ -9,7 +9,6 @@ extends Window
## a Replay button instead. This happens when using the built in theora codec.


@onready var _video_player_container: Control = %VideoPlayerContainer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused variable

@@ -353,7 +353,7 @@ func _is_shortcut_pressed() -> bool:
## Input handlers will execute _forward_input_* in an order dictated by this parameter
## highter priority value means the input handler will execute first
func get_priority() -> int:
return BuiltinInputHandlerPriorities.ADD_ATOM_INPUT_HANDLER_PRIORITY
return BuiltinInputHandlerPriorities.ADD_POSING_ATOM_INPUT_HANDLER_PRIORITY
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was using the wrong priority, causing a warning about 2 input handlers using the same priority

@MarianoGnu MarianoGnu merged commit 05a7ae2 into devel Mar 3, 2025
@MarianoGnu MarianoGnu deleted the ms/silence-warnings branch March 3, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants