software renderer, part F

This commit is contained in:
tildearrow 2024-04-08 22:24:08 -05:00
parent 823876a5c6
commit c5a811f58e
5 changed files with 45 additions and 11 deletions

View file

@ -1842,6 +1842,7 @@ class FurnaceGUI {
int cursorWheelStep;
int vsync;
int frameRateLimit;
int displayRenderTime;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -2073,6 +2074,7 @@ class FurnaceGUI {
cursorWheelStep(0),
vsync(1),
frameRateLimit(60),
displayRenderTime(0),
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),