1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

fix a compile error

This commit is contained in:
Juan Linietsky
2015-05-18 11:14:02 -03:00
parent e323cc0505
commit 5900e7f589
3 changed files with 5 additions and 5 deletions

View File

@@ -2656,7 +2656,7 @@ Error EditorNode::save_optimized_copy(const String& p_scene,const String& p_pres
}
}
ERR_EXPLAIN("Preset '"+p_preset+"' references unexisting saver: "+type);
ERR_EXPLAIN("Preset '"+p_preset+"' references nonexistent saver: "+type);
ERR_FAIL_COND_V(saver.is_null(),ERR_INVALID_DATA);
List<Variant> keys;