diff options
| author | Muller-Castro <37383316+Muller-Castro@users.noreply.github.com> | 2021-01-02 02:27:12 -0300 |
|---|---|---|
| committer | Muller-Castro <37383316+Muller-Castro@users.noreply.github.com> | 2021-01-02 02:27:12 -0300 |
| commit | 31dd07ba3011992d6aa42037d58d3701522f1bc2 (patch) | |
| tree | 5dccc7da4dd334a4a46c3b84206b3b07afc0e541 /editor/import | |
| parent | 96aff740fe4596384d7e467f9ad7eefaf5827847 (diff) | |
| download | redot-engine-31dd07ba3011992d6aa42037d58d3701522f1bc2.tar.gz | |
Typo correction
simple typo correction
Diffstat (limited to 'editor/import')
| -rw-r--r-- | editor/import/resource_importer_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/resource_importer_texture.h b/editor/import/resource_importer_texture.h index e33fc34cf0..0d551a965c 100644 --- a/editor/import/resource_importer_texture.h +++ b/editor/import/resource_importer_texture.h @@ -62,7 +62,7 @@ protected: struct MakeInfo { int flags = 0; String normal_path_for_roughness; - RS::TextureDetectRoughnessChannel channel_for_roughness = RS::TEXTURE_DETECT_ROUGNHESS_R; + RS::TextureDetectRoughnessChannel channel_for_roughness = RS::TEXTURE_DETECT_ROUGHNESS_R; }; Map<StringName, MakeInfo> make_flags; |
