summaryrefslogtreecommitdiff
path: root/scene/resources/texture.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-21 22:14:04 +0200
committerGitHub <noreply@github.com>2020-07-21 22:14:04 +0200
commita5fb4451210625702474a8fac1dd880e78a409e9 (patch)
treeadb757763521db11286fb415682ccca48c903adf /scene/resources/texture.cpp
parent25d59a5a1a30d0d7cc19de34f03d0d521cde5431 (diff)
parent4dda62f5911eefe4c0476d1e148256545e3c931e (diff)
Merge pull request #40450 from asmaloney/spelling
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r--scene/resources/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp
index 331cffed5d..5681613c04 100644
--- a/scene/resources/texture.cpp
+++ b/scene/resources/texture.cpp
@@ -2079,7 +2079,7 @@ Error StreamTextureLayered::_load_data(const String &p_path, Vector<Ref<Image>>
uint32_t df = f->get_32(); //data format
mipmap_limit = int(f->get_32());
- //reserverd
+ //reserved
f->get_32();
f->get_32();
f->get_32();