You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -340,11 +340,11 @@ Ref<BitMap> TextureButton::get_click_mask() const {
|
||||
|
||||
Ref<Texture2D> TextureButton::get_texture_focused() const {
|
||||
return focused;
|
||||
};
|
||||
}
|
||||
|
||||
void TextureButton::set_texture_focused(const Ref<Texture2D> &p_focused) {
|
||||
focused = p_focused;
|
||||
};
|
||||
}
|
||||
|
||||
void TextureButton::_set_texture(Ref<Texture2D> *p_destination, const Ref<Texture2D> &p_texture) {
|
||||
DEV_ASSERT(p_destination);
|
||||
|
||||
Reference in New Issue
Block a user