diff --git a/editor/plugins/polygon_2d_editor_plugin.cpp b/editor/plugins/polygon_2d_editor_plugin.cpp index a2549c73763..d2b3efcd653 100644 --- a/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/editor/plugins/polygon_2d_editor_plugin.cpp @@ -298,6 +298,8 @@ void Polygon2DEditor::_menu_option(int p_option) { return; } + uv_edit_draw->set_texture_filter(node->get_texture_filter_in_tree()); + Vector points = node->get_polygon(); Vector uvs = node->get_uv(); if (uvs.size() != points.size()) {