mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-07 00:14:38 +00:00
Remove ‾ character from source files (#2371)
This commit is contained in:
parent
c9940faa22
commit
8056312c39
5 changed files with 4 additions and 6 deletions
|
@ -522,11 +522,11 @@ void PreRender_CopyImageRegion(PreRender* this, Gfx** gfxP) {
|
|||
* This filter performs a linear interpolation on partially covered pixels between the current pixel color (called
|
||||
* foreground color) and a "background" pixel color obtained by sampling fully covered pixels at the six highlighted
|
||||
* points in the following 5x3 neighborhood:
|
||||
* _ _ _ _ _
|
||||
* - - - - -
|
||||
* | o o |
|
||||
* | o X o |
|
||||
* | o o |
|
||||
* ‾ ‾ ‾ ‾ ‾
|
||||
* - - - - -
|
||||
* Whether a pixel is partially covered is determined by reading the coverage values associated with the image.
|
||||
* Coverage is a measure of how many subpixels the last drawn primitive covered. A fully covered pixel is one with a
|
||||
* full coverage value, the entire pixel was covered by the primitive.
|
||||
|
|
|
@ -905,7 +905,7 @@ f32 sFontWidths[144] = {
|
|||
5.0f, // '|'
|
||||
7.0f, // '}'
|
||||
10.0f, // '~'
|
||||
10.0f, // '‾'
|
||||
10.0f, // ' '
|
||||
12.0f, // 'À'
|
||||
#if OOT_NTSC
|
||||
12.0f, // 'î'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue