mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
This commit is contained in:
@@ -993,7 +993,8 @@ void TileSet::_tile_set_shapes(int p_id, const Array &p_shapes) {
|
||||
|
||||
if (p_shapes[i].get_type() == Variant::OBJECT) {
|
||||
Ref<Shape2D> shape = p_shapes[i];
|
||||
if (shape.is_null()) continue;
|
||||
if (shape.is_null())
|
||||
continue;
|
||||
|
||||
s.shape = shape;
|
||||
s.shape_transform = default_transform;
|
||||
|
||||
Reference in New Issue
Block a user