save state: printing works

This commit is contained in:
farisawan-2000
2020-12-12 15:35:29 -05:00
parent d5f43751a9
commit 72703d9b61

View File

@@ -28,7 +28,7 @@ void s2d_print(int x, int y, const char *str, uObjMtx *buf) {
break;
default:
draw_s2d_glyph(r, x += (29 * myScale), y, (buf++));
draw_s2d_glyph(r, x += (8 * myScale), y, (buf++));
}
myDegrees += saved_degrees;
} while (*(p++) != '\0');