remove old comment about swapchain for the web (#3673)

This commit is contained in:
François
2023-04-12 23:55:16 +02:00
committed by GitHub
parent 7f179ff1fa
commit 8985bca32c
2 changed files with 0 additions and 2 deletions

View File

@@ -145,7 +145,6 @@ fn main() {
#[cfg(not(target_arch = "wasm32"))]
{
env_logger::init();
// Temporarily avoid srgb formats for the swapchain on the web
pollster::block_on(run(event_loop, window));
}
#[cfg(target_arch = "wasm32")]

View File

@@ -196,7 +196,6 @@ fn main() {
}
env_logger::init();
// Temporarily avoid srgb formats for the swapchain on the web
pollster::block_on(run(event_loop, viewports));
}
#[cfg(target_arch = "wasm32")]