mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Now that sparkle_spawn_star is sync'd normally, no need to send it every frame
This commit is contained in:
parent
55d786d9f5
commit
4ecbca1473
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ void bhv_spawned_star_loop(void) {
|
|||
}
|
||||
set_sparkle_spawn_star_hitbox();
|
||||
slow_star_rotation();
|
||||
network_send_object(o);
|
||||
}
|
||||
cur_obj_move_using_fvel_and_gravity();
|
||||
o->oFaceAngleYaw += o->oAngleVelYaw;
|
||||
|
|
Loading…
Reference in a new issue