mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-16 02:12:28 -06:00
feat: fix emscripten browser logging, streamline console initialization and logging
This commit is contained in:
@@ -293,6 +293,9 @@ pub fn input_system(
|
||||
simple_key_events.push(SimpleKeyEvent::KeyUp(key));
|
||||
}
|
||||
}
|
||||
Event::RenderTargetsReset { .. } | Event::Window { .. } => {
|
||||
// No-op
|
||||
}
|
||||
_ => {
|
||||
tracing::warn!("Unhandled event, consider disabling: {:?}", event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user