1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801

This commit is contained in:
Juan Linietsky
2019-02-21 20:49:42 -03:00
parent 5784caae73
commit 8b231b96e3
8 changed files with 76 additions and 28 deletions

View File

@@ -4781,8 +4781,6 @@ EditorNode::EditorNode() {
ResourceLoader::clear_translation_remaps(); //no remaps using during editor
ResourceLoader::clear_path_remaps();
ImageTexture::set_keep_images_cached(true);
InputDefault *id = Object::cast_to<InputDefault>(Input::get_singleton());
if (id) {