This commit is contained in:
2024-06-21 00:47:33 -04:00
parent b8ed5297fa
commit 3280a0ed53

View File

@@ -120,7 +120,7 @@ impl Client<'_> {
if self.state.camera.pos.y < -10.0 { if self.state.camera.pos.y < -10.0 {
self.the_thing = !self.the_thing; self.the_thing = !self.the_thing;
if self.the_thing == true { if self.the_thing == true {
let thing = include_bytes!("../../../../videos/meme/rab_falls_and_dies.mp4"); // let thing = include_bytes!("../../../../videos/meme/rab_falls_and_dies.mp4");
} }
} }