1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Spelling: tesselate -> tessellate

This commit is contained in:
Emil Ernerfeldt
2021-03-28 22:44:03 +02:00
parent aeaa54aab1
commit ccc501f302
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs!
* Backend: pointer (mouse/touch) position and buttons are now passed to egui in the event stream.
* `DragValue::range` is now called `clamp_range` and also clamps incoming values.
* Renamed `Triangles` to `Mesh`.
* The tesselator now wraps the clip rectangle and mesh in `struct ClippedMesh(Rect, Mesh)`.
* The tessellator now wraps the clip rectangle and mesh in `struct ClippedMesh(Rect, Mesh)`.
* `Mesh::split_to_u16` now returns a 16-bit indexed `Mesh16`.
### Fixed 🐛