File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6945,10 +6945,10 @@ uint16_t mode_2DSwirl(void) {
69456945
69466946 SEGMENT.blur (SEGMENT.custom1 );
69476947
6948- int i = beatsin8_t ( 27 *SEGMENT.speed /255 , borderWidth, cols - borderWidth);
6949- int j = beatsin8_t ( 41 *SEGMENT.speed /255 , borderWidth, rows - borderWidth);
6950- int ni = (cols - 1 ) - i;
6951- int nj = (cols - 1 ) - j;
6948+ unsigned i = beatsin8_t ( 27 *SEGMENT.speed /255 , borderWidth, cols - borderWidth);
6949+ unsigned j = beatsin8_t ( 41 *SEGMENT.speed /255 , borderWidth, rows - borderWidth);
6950+ unsigned ni = (cols - 1 ) - i;
6951+ unsigned nj = (cols - 1 ) - j;
69526952 uint16_t ms = strip.now ;
69536953
69546954 um_data_t *um_data = getAudioData ();
Original file line number Diff line number Diff line change 88 */
99
1010// version code in format yymmddb (b = daily build)
11- #define VERSION 2411271
11+ #define VERSION 2411290
1212
1313// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.
1414#define _MoonModules_WLED_
You can’t perform that action at this time.
0 commit comments