From fac77b689b78cc8395895612afb08070230231d5 Mon Sep 17 00:00:00 2001
From: Yeicor <4929005+Yeicor@users.noreply.github.com>
Date: Mon, 19 Aug 2024 14:19:47 +0200
Subject: [PATCH] Fix clippy warnings
---
src/app/scene/mod.rs | 2 +-
src/run.rs | 2 --
src/sdf/wasm/load.rs | 4 ++--
src/sdf/wasm/mod.rs | 3 ++-
src/sdf/wasm/native.rs | 2 +-
5 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/app/scene/mod.rs b/src/app/scene/mod.rs
index 06f2df8..4cd182d 100644
--- a/src/app/scene/mod.rs
+++ b/src/app/scene/mod.rs
@@ -26,7 +26,7 @@ thread_local! {
/// Sadly we can't just create a [`scene::Context`] in [`MyApp::new`] and pass it
/// to the [`egui::PaintCallback`] because [`scene::Context`] isn't `Send+Sync`, which
/// [`egui::PaintCallback`] is.
- pub static SCENE: RefCell