diff --git a/Mine-imator Purple.yyp b/Mine-imator Violet.yyp similarity index 100% rename from Mine-imator Purple.yyp rename to Mine-imator Violet.yyp diff --git a/scripts/tab_frame_editor_camera/tab_frame_editor_camera.gml b/scripts/tab_frame_editor_camera/tab_frame_editor_camera.gml index 2d9585ab1c01a832f3fc4b9a8867165f889f1090..be2409731629c49089c9200c057a79b0d593f98b 100644 --- a/scripts/tab_frame_editor_camera/tab_frame_editor_camera.gml +++ b/scripts/tab_frame_editor_camera/tab_frame_editor_camera.gml @@ -370,7 +370,7 @@ if (tl_edit.value[e_value.CAM_COLOR_CORRECTION] && checkbox_expand_frameeditor_c tab_next() tab_control_meter() - draw_meter("frameeditorcameracolorcorrectiontemperature", dx, dy, dw, round(tl_edit.value[e_value.CAM_TEMPERATURE] * 100), 50, -1000, 1000, 0, 1, tab.camera.tbx_temperature, action_tl_frame_cam_clrcor_temperature, capwid) + draw_meter("frameeditorcameracolorcorrectiontemperature", dx, dy, dw, round(tl_edit.value[e_value.CAM_TEMPERATURE] * 100), 50, -30, 30, 0, 1, tab.camera.tbx_temperature, action_tl_frame_cam_clrcor_temperature, capwid) tab_next() tab_control_color()