mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-17 13:46:10 +00:00
Remove outdated comment
This commit is contained in:
parent
379c66704a
commit
c4b83be39c
@ -254,8 +254,6 @@ impl Renderer {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: This does not inform the user if the renderer cannot
|
|
||||||
// use the POLYGON_MODE_LINE feature.
|
|
||||||
if self.features.contains(wgpu::Features::POLYGON_MODE_LINE) {
|
if self.features.contains(wgpu::Features::POLYGON_MODE_LINE) {
|
||||||
if config.draw_mesh {
|
if config.draw_mesh {
|
||||||
drawables.mesh.draw(
|
drawables.mesh.draw(
|
||||||
|
Loading…
Reference in New Issue
Block a user