mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #141 from vinzenz/texture-import-plugin-typo
Typo in 'Atlas Texture' import menu entry
This commit is contained in:
commit
4f65f31826
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ String EditorTextureImportPlugin::get_visible_name() const {
|
||||||
} break;
|
} break;
|
||||||
case MODE_ATLAS: {
|
case MODE_ATLAS: {
|
||||||
|
|
||||||
return "Atlas Teture";
|
return "Atlas Texture";
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue