You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix various typos with codespell
Also includes typo fixes from #79993, #80068, #80276, and #80303. Co-authored-by: betalars <contact@betalars.de> Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com> Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com> Co-authored-by: Raul Santos <raulsntos@gmail.com>
This commit is contained in:
@@ -4915,7 +4915,7 @@ void Node3DEditorViewport::update_transform(bool p_shift) {
|
||||
}
|
||||
}
|
||||
|
||||
// Perform cleanup after a transform operation is committed or cancelled.
|
||||
// Perform cleanup after a transform operation is committed or canceled.
|
||||
void Node3DEditorViewport::finish_transform() {
|
||||
spatial_editor->set_local_coords_enabled(_edit.original_local);
|
||||
_edit.mode = TRANSFORM_NONE;
|
||||
@@ -8126,7 +8126,7 @@ Node3DEditor::Node3DEditor() {
|
||||
|
||||
String sct;
|
||||
|
||||
// Add some margin to the left for better aesthetics.
|
||||
// Add some margin to the left for better esthetics.
|
||||
// This prevents the first button's hover/pressed effect from "touching" the panel's border,
|
||||
// which looks ugly.
|
||||
Control *margin_left = memnew(Control);
|
||||
|
||||
Reference in New Issue
Block a user