Skip to content

Commit

Permalink
fixing small shadow issue when quiting sand mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Nov 26, 2023
1 parent 5085330 commit 12487bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/field_abilities/SandFieldPsynergy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class SandFieldPsynergy extends FieldAbilities {
)
.onComplete.addOnce(() => {
if (this.controllable_char.shadow) {
this.controllable_char.update_shadow();
this.controllable_char.shadow.visible = true;
}
this.controllable_char.toggle_collision(prev_collision_state);
Expand Down

0 comments on commit 12487bf

Please sign in to comment.