Skip to content

Commit

Permalink
changed the initial value of HZ to 360
Browse files Browse the repository at this point in the history
  • Loading branch information
Mes0903 committed Nov 5, 2023
1 parent cde208c commit 58956ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUITool/include/WindowsHandler/Controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void AnimationController::check_auto_play()
AnimationController::AnimationController()
{
fps = 60;
HZ = 720;
HZ = 360;
frame = 0, max_frame = 0;
window_size = 750;

Expand Down

0 comments on commit 58956ec

Please sign in to comment.