a real wtf bug
这个提交包含在:
父节点
e7c726320a
当前提交
0fecf14eff
@ -26,10 +26,10 @@ if (verbosity > 1) {
|
||||
|
||||
offset = pvictime->width * line;
|
||||
|
||||
for (xpos=offset; xpos<pvictime->width; xpos++) {
|
||||
pvictime->R[offset] = fval;
|
||||
pvictime->G[offset] = 0.0;
|
||||
pvictime->B[offset] = fval;
|
||||
for (xpos=0; xpos<pvictime->width; xpos++) {
|
||||
pvictime->R[offset+xpos] = fval;
|
||||
pvictime->G[offset+xpos] = 0.0;
|
||||
pvictime->B[offset+xpos] = fval;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户