Workaround render bug. TODO: make nice.
This commit is contained in:
parent
70bf904c1c
commit
50ac82f893
|
@ -58,7 +58,7 @@ int DoChar(int sx, int sy, int c){
|
||||||
preblank = font->au8FontTable[toff+1];
|
preblank = font->au8FontTable[toff+1];
|
||||||
blank= font->au8FontTable[toff+2];
|
blank= font->au8FontTable[toff+2];
|
||||||
data=&font->au8FontTable[toff+3];
|
data=&font->au8FontTable[toff+3];
|
||||||
width=(width/height)-1;
|
width=(width-3/height);
|
||||||
}else{
|
}else{
|
||||||
data=pk_decode(&font->au8FontTable[toff],&width);
|
data=pk_decode(&font->au8FontTable[toff],&width);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue