✨ Implement new font rendering
This commit is contained in:
parent
3c246a5930
commit
7169882b1f
44 changed files with 522 additions and 742 deletions
|
|
@ -146,7 +146,7 @@ std::ofstream CaptureFile(std::string *dstPath)
|
|||
*/
|
||||
void RedPalette()
|
||||
{
|
||||
for (int i = 0; i < 255; i++) {
|
||||
for (int i = 0; i < 256; i++) {
|
||||
system_palette[i].g = 0;
|
||||
system_palette[i].b = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue