Skip to content

Commit

Permalink
temporarily disable overshell rotation animations
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Feb 11, 2024
1 parent f8e2103 commit 1739a5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _ark/dx/ui/dx_funcs.dta
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
{set $os_next_panel {sprint $next "_panel"}}
{thread_task kTaskUISeconds
(script
OS_CHANGE_CURRENT_ANIM
;OS_CHANGE_CURRENT_ANIM
{ui push_screen $os_next_screen}
OS_CHANGE_NEXT_ANIM
;OS_CHANGE_NEXT_ANIM
)
}
}
Expand All @@ -40,8 +40,8 @@
{set $os_next_panel {sprint $next "_panel"}}
{thread_task kTaskUISeconds
(script
OS_BACK_CURRENT_ANIM
OS_BACK_NEXT_ANIM
;OS_BACK_CURRENT_ANIM
;OS_BACK_NEXT_ANIM
{ui goto_screen $os_next_screen}
{ui pop_screen}
)
Expand Down

0 comments on commit 1739a5d

Please sign in to comment.