File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1949,8 +1949,8 @@ function control_draw() {
19491949 draw_theme_color ()
19501950
19511951 xx += 4
1952- if (language != 1 ) {draw_text_dynamic (xx, rh - 18 , " Panning: " + string (selected_pan)) xx += 95 }
1953- else {draw_text_dynamic (xx, rh - 18 , " 声道: " + string (selected_pan)) xx += 95 }
1952+ if (language != 1 ) {draw_text_dynamic (xx, rh - 18 , " Panning: " + string (selected_pan - 100 )) xx += 95 }
1953+ else {draw_text_dynamic (xx, rh - 18 , " 声道: " + string (selected_pan - 100 )) xx += 95 }
19541954 draw_separator (xx, rh - 20 )
19551955 draw_theme_color ()
19561956
Original file line number Diff line number Diff line change 11function macros () {
22#macro gm_runtime_version " 2022.2.0.487"
3- #macro version_date " 2022.06.17 "
3+ #macro version_date " 2022.06.23 "
44#macro version " 3.10.0-beta.3"
55#macro is_prerelease 1 // remember to change to 0 in the release!
66#macro nbs_version 5
You can’t perform that action at this time.
0 commit comments