Fixed typo: 'texure' to 'texture'

This commit is contained in:
Indah Sylvia 2017-09-29 04:30:06 +07:00
parent 7213e67f6a
commit f50a0cecd9
5 changed files with 5 additions and 5 deletions

View file

@ -1532,7 +1532,7 @@ Ref<BitmapFont> EditorFontImportPlugin::generate_font(const Ref<ResourceImportMe
font->set_ascent(ascent + top_space);
font->set_distance_field_hint(font_mode == _EditorFontImportOptions::FONT_DISTANCE_FIELD);
//register texures
//register textures
{
Ref<ImageTexture> t = memnew(ImageTexture);
int flags;