fix: remove redundant double canvas copy

This commit is contained in:
Ryan Walters
2025-09-03 17:23:36 -05:00
parent a489bff0d1
commit 028ee28840

View File

@@ -225,8 +225,6 @@ pub fn render_system(
})
.err()
.map(|e| errors.write(TextureError::RenderFailed(e.to_string()).into()));
canvas.copy(&backbuffer.0, None, None).unwrap();
}
pub fn present_system(