diff options
| author | cadmic <cadmic24@gmail.com> | 2024-12-15 09:22:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 12:22:45 -0500 |
| commit | 8056312c39978c49895beb42a14593822bb06679 (patch) | |
| tree | 0b43a496b6de377fecf16133f52d65b2824ccd69 /src/code | |
| parent | c9940faa22caa3ba8eb7c7ac1f8a933e18e94bf3 (diff) | |
Remove ‾ character from source files (#2371)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/PreRender.c | 4 | ||||
| -rw-r--r-- | src/code/z_message.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c index d8d96d1b8..8e002a5a1 100644 --- a/src/code/PreRender.c +++ b/src/code/PreRender.c @@ -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. diff --git a/src/code/z_message.c b/src/code/z_message.c index 35e30abda..610396ff8 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -905,7 +905,7 @@ f32 sFontWidths[144] = { 5.0f, // '|' 7.0f, // '}' 10.0f, // '~' - 10.0f, // '‾' + 10.0f, // ' ' 12.0f, // 'À' #if OOT_NTSC 12.0f, // 'î' |
