Add pre-commit-config, run pre-commit on all files
This commit is contained in:
parent
50d07ffea5
commit
59963cdec1
8 changed files with 18 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ impl EngineTrait for Engine {
|
|||
self.scene_manager.current_mut()
|
||||
}
|
||||
|
||||
fn get_debug_ui_buffer(&self) -> Rc<RefCell<DebugUIBuffer>> {
|
||||
fn get_debug_ui_buffer(&self) -> Rc<RefCell<DebugUIBuffer>> {
|
||||
self.debug_ui_buffer.clone()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
pub mod engine;
|
||||
pub mod system;
|
||||
|
||||
pub use crate::engine::Engine;
|
||||
pub use crate::engine::Engine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue