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:
@@ -585,7 +585,7 @@ void ThemeEditor::_theme_menu_cbk(int p_option) {
|
||||
List<StringName> types;
|
||||
base_theme->get_type_list(&types);
|
||||
|
||||
type_menu->get_popup()->clear();;
|
||||
type_menu->get_popup()->clear();
|
||||
|
||||
if (p_option==0 || p_option==1) {//add
|
||||
|
||||
|
||||
Reference in New Issue
Block a user