You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -127,7 +127,7 @@ bool NavigationPolygonEditor::forward_gui_input(const InputEvent& p_event) {
|
||||
create_nav->set_text("No NavigationPolygon resource on this node.\nCreate and assign one?");
|
||||
create_nav->popup_centered_minsize();
|
||||
}
|
||||
return (p_event.type==InputEvent::MOUSE_BUTTON && p_event.mouse_button.button_index==1);;
|
||||
return (p_event.type==InputEvent::MOUSE_BUTTON && p_event.mouse_button.button_index==1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user