Skip to content

Commit

Permalink
Update change_safe_area_size.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Dec 10, 2023
1 parent aa52940 commit 3d5c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_task/change_safe_area_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct ChangeSafeArea {
pub start_area: SafeArea
}

const CHANGE_DURATION: f32 = 15.0;
const CHANGE_DURATION: f32 = 60.0;

fn start_change_safe_area(
mut commands: Commands,
Expand Down

0 comments on commit 3d5c410

Please sign in to comment.