remove debug print
This commit is contained in:
parent
86557d9cf4
commit
87826ac9c8
|
@ -648,7 +648,6 @@ void displayScope(xmp_module_info *mi, xmp_frame_info *fi) {
|
||||||
bufbuf[s] = l;
|
bufbuf[s] = l;
|
||||||
}
|
}
|
||||||
wmove(dis, 0, 0);
|
wmove(dis, 0, 0);
|
||||||
wprintw(dis, "%i", percol);
|
|
||||||
for (int t = 0; t < COLS-2; t++) {
|
for (int t = 0; t < COLS-2; t++) {
|
||||||
//int r = (1.0*(bufbuf[t]+0x80)/0xFF)*(LINES-4);
|
//int r = (1.0*(bufbuf[t]+0x80)/0xFF)*(LINES-4);
|
||||||
int r = (1.0*(lerp(bufbuf[t-1], bufbuf[t], 0.5f)+0x80)/0xFF)*(LINES-4);
|
int r = (1.0*(lerp(bufbuf[t-1], bufbuf[t], 0.5f)+0x80)/0xFF)*(LINES-4);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user