mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix "seperate" typos
This commit is contained in:
parent
55fd63d9de
commit
8754e21f48
5 changed files with 13 additions and 13 deletions
|
|
@ -3038,8 +3038,8 @@ Vector2 TileSetEditor::snap_point(const Vector2 &point) {
|
|||
}
|
||||
|
||||
if (tools[TOOL_GRID_SNAP]->is_pressed()) {
|
||||
p.x = Math::snap_scalar_seperation(snap_offset.x, snap_step.x, p.x, snap_separation.x);
|
||||
p.y = Math::snap_scalar_seperation(snap_offset.y, snap_step.y, p.y, snap_separation.y);
|
||||
p.x = Math::snap_scalar_separation(snap_offset.x, snap_step.x, p.x, snap_separation.x);
|
||||
p.y = Math::snap_scalar_separation(snap_offset.y, snap_step.y, p.y, snap_separation.y);
|
||||
}
|
||||
if (tools[SHAPE_KEEP_INSIDE_TILE]->is_pressed()) {
|
||||
if (p.x < region.position.x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue