1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Reduce log-level of processing ViewportCommands

This commit is contained in:
Emil Ernerfeldt
2024-03-14 10:18:07 +01:00
parent 47fbce665a
commit 00e8ce6d7e

View File

@@ -1287,7 +1287,7 @@ fn process_viewport_command(
use winit::window::ResizeDirection;
log::debug!("Processing ViewportCommand::{command:?}");
log::trace!("Processing ViewportCommand::{command:?}");
let pixels_per_point = pixels_per_point(egui_ctx, window);