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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user