hotfix: gaming

This commit is contained in:
Yash Karandikar 2022-05-25 21:43:01 -05:00
parent 3723dc1966
commit f591049858

View file

@ -84,7 +84,7 @@
//! ```
pub mod physics;
pub mod vec;
pub mod vec2;
use std::{
cell::Cell,
@ -191,7 +191,6 @@ pub struct Sprite {
is_platform: bool,
}
impl Sprite {
/// Create a new Sprite. The `path` is relative to the current directory while running.
///