diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-21 22:14:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 22:14:04 +0200 |
commit | a5fb4451210625702474a8fac1dd880e78a409e9 (patch) | |
tree | adb757763521db11286fb415682ccca48c903adf /editor/import | |
parent | 25d59a5a1a30d0d7cc19de34f03d0d521cde5431 (diff) | |
parent | 4dda62f5911eefe4c0476d1e148256545e3c931e (diff) |
Merge pull request #40450 from asmaloney/spelling
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'editor/import')
-rw-r--r-- | editor/import/resource_importer_layered_texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/resource_importer_layered_texture.cpp b/editor/import/resource_importer_layered_texture.cpp index b57ea3745d..f954931cee 100644 --- a/editor/import/resource_importer_layered_texture.cpp +++ b/editor/import/resource_importer_layered_texture.cpp @@ -180,7 +180,7 @@ void ResourceImporterLayeredTexture::_save_tex(Vector<Ref<Image>> p_images, cons f->store_32(0); //dataformat f->store_32(0); //mipmap limit - //reserverd + //reserved f->store_32(0); f->store_32(0); f->store_32(0); |