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

Fix bug in Mesh::split_to_u16 (#2459)

Co-authored-by: Vladislav Zhukov <vlad.zhukov@elektron.se>
This commit is contained in:
Emil Ernerfeldt
2022-12-15 11:13:01 +01:00
committed by GitHub
parent 37fd141dd1
commit ea5c9483a2
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ All notable changes to the epaint crate will be documented in this file.
## Unreleased
* Improve the look of thin white lines ([#2437](https://github.com/emilk/egui/pull/2437)).
* Don't render `\r` (Carriage Return) ([#2452](https://github.com/emilk/egui/pull/2452)).
* Fix bug in `Mesh::split_to_u16` ([#2459](https://github.com/emilk/egui/pull/2459)).
## 0.20.0 - 2022-12-08