You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -1048,7 +1048,7 @@ int Animation::find_track(const NodePath &p_path, const TrackType p_type) const
|
||||
}
|
||||
};
|
||||
return -1;
|
||||
};
|
||||
}
|
||||
|
||||
Animation::TrackType Animation::get_cache_type(TrackType p_type) {
|
||||
if (p_type == Animation::TYPE_BEZIER) {
|
||||
|
||||
Reference in New Issue
Block a user