Fix minor typos

This commit is contained in:
2026-09-19 22:52:52 +02:00
parent b7077e6abb
commit b0617e043c
2 changed files with 3 additions and 3 deletions
@@ -584,7 +584,7 @@ bool TextureTool::ImportTextureStb(ImageType type, const StringView& path, Textu
}
}
// Use two data containers for texture importing for more optimzied performance
// Use two data containers for texture importing for more optimized performance
TextureData textureDataTmp;
TextureData* textureDataSrc = &textureData;
TextureData* textureDataDst = &textureDataTmp;