mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Wrap Fonts in a Mutex
This commit is contained in:
@@ -285,7 +285,7 @@ impl Frame {
|
||||
Self(Arc::new(Mutex::new(frame_data)))
|
||||
}
|
||||
|
||||
/// Convenience to access the underlying `backend::FrameData`.
|
||||
/// Access the underlying [`backend::FrameData`].
|
||||
#[doc(hidden)]
|
||||
#[inline]
|
||||
pub fn lock(&self) -> std::sync::MutexGuard<'_, backend::FrameData> {
|
||||
|
||||
Reference in New Issue
Block a user