mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Fix build error in egui-winit with profiling enabled (#7557)
This commit is contained in:
@@ -1361,7 +1361,7 @@ fn process_viewport_command(
|
|||||||
info: &mut ViewportInfo,
|
info: &mut ViewportInfo,
|
||||||
actions_requested: &mut Vec<ActionRequested>,
|
actions_requested: &mut Vec<ActionRequested>,
|
||||||
) {
|
) {
|
||||||
profiling::function_scope!(format!("{command:?}"));
|
profiling::function_scope!(&format!("{command:?}"));
|
||||||
|
|
||||||
use winit::window::ResizeDirection;
|
use winit::window::ResizeDirection;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user