mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix typos with codespell
Using codespell 2.1.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang ans ba curvelinear dof doubleclick fave findn gird inout leapyear lod merchantibility nd numer ois ony que readded seeked statics
This commit is contained in:
parent
9e97262132
commit
a01b18a476
5 changed files with 10 additions and 10 deletions
|
@ -261,7 +261,7 @@ void EditorInspectorPluginMaterial::_undo_redo_inspector_callback(Object *p_undo
|
|||
}
|
||||
|
||||
// For BaseMaterial3D, if a roughness or metallic textures is being assigned to an empty slot,
|
||||
// set the respective metallic or roughness factor to 1.0 as a convinence feature
|
||||
// set the respective metallic or roughness factor to 1.0 as a convenience feature
|
||||
BaseMaterial3D *base_material = Object::cast_to<StandardMaterial3D>(p_edited);
|
||||
if (base_material) {
|
||||
Texture2D *texture = Object::cast_to<Texture2D>(p_new_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue