summaryrefslogtreecommitdiff
path: root/editor/editor_atlas_packer.h
diff options
context:
space:
mode:
authorMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2022-02-21 18:36:19 +0100
committerMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2022-02-21 19:52:47 +0100
commitb35e9155d0878e311351b08d188ecef3b00acc40 (patch)
treef91728c9b202f1979cdc083f1bf7ba1a208c6adb /editor/editor_atlas_packer.h
parentc55aa03c436fb40f9a42128397b69872d85fb237 (diff)
Use bresenham_line() in EditorAtlasPacker::chart_pack
Diffstat (limited to 'editor/editor_atlas_packer.h')
-rw-r--r--editor/editor_atlas_packer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_atlas_packer.h b/editor/editor_atlas_packer.h
index 169a6bead8..7b7692011f 100644
--- a/editor/editor_atlas_packer.h
+++ b/editor/editor_atlas_packer.h
@@ -67,8 +67,6 @@ private:
}
};
- static void _plot_triangle(Ref<BitMap> p_bitmap, Vector2i *vertices);
-
public:
static void chart_pack(Vector<Chart> &charts, int &r_width, int &r_height, int p_atlas_max_size = 2048, int p_cell_resolution = 4);
};