Skip to content

Commit 7327772

Browse files
Fixed the editor trail not working when you die in the editor
Idk what I was on when I did this but whatever
1 parent 73a6945 commit 7327772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ async fn main() {
792792
movement_speed.0.set(default_movement_speed.0.get());
793793
gravity.0.set(default_gravity.0.get());
794794
jump_force.0.set(default_jump_force.0.get());
795-
level_mode = 1;
796795
kill_player = false;
797796
player_trail.clear();
798797
restart_audio(&sink);

0 commit comments

Comments
 (0)