Skip to content

Commit 58956ec

Browse files
committed
changed the initial value of HZ to 360
1 parent cde208c commit 58956ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GUITool/include/WindowsHandler/Controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void AnimationController::check_auto_play()
129129
AnimationController::AnimationController()
130130
{
131131
fps = 60;
132-
HZ = 720;
132+
HZ = 360;
133133
frame = 0, max_frame = 0;
134134
window_size = 750;
135135

0 commit comments

Comments
 (0)