Correct mask blank value
This commit is contained in:
parent
19d84a7c9a
commit
52c7d86022
@ -185,7 +185,7 @@ int main(void) {
|
||||
memcpy(display_uc, display, 20 * termCols);
|
||||
|
||||
// Execute effect
|
||||
nmseffect_exec(display_uc, strlen(display), 0, 1, 1);
|
||||
nmseffect_exec(display_uc, strlen(display), 0, 0, 1);
|
||||
|
||||
free(display);
|
||||
free(display_uc);
|
||||
|
Loading…
Reference in New Issue
Block a user