1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Learn how to spell to "tessellation"

This commit is contained in:
Emil Ernerfeldt
2020-12-29 00:51:27 +01:00
parent 19b4d87c65
commit d38b16f1ea
10 changed files with 43 additions and 43 deletions

View File

@@ -42,7 +42,7 @@ impl WebBackend {
.expect("unmatched calls to begin_frame/end_frame");
let (output, paint_commands) = self.ctx.end_frame();
let paint_jobs = self.ctx.tesselate(paint_commands);
let paint_jobs = self.ctx.tessellate(paint_commands);
let now = now_sec();
self.previous_frame_time = Some((now - frame_start) as f32);