1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

misc code cleanup

This commit is contained in:
Emil Ernerfeldt
2022-07-29 16:07:26 +02:00
parent b0fa0c65cc
commit 4e8a6e3370
6 changed files with 28 additions and 12 deletions

View File

@@ -468,6 +468,8 @@ impl Painter {
}
check_for_gl_error!(&self.gl, "paint_mesh");
} else {
tracing::warn!("Failed to find texture {:?}", mesh.texture_id);
}
}