mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fixed typo: 'texure' to 'texture'
This commit is contained in:
parent
7213e67f6a
commit
f50a0cecd9
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue