GUI: define sample edit texture

This commit is contained in:
tildearrow 2022-03-17 03:43:02 -05:00
parent d6dfe2636a
commit 3c1b1b69fc
3 changed files with 107 additions and 34 deletions

View file

@ -6952,6 +6952,10 @@ bool FurnaceGUI::finish() {
FurnaceGUI::FurnaceGUI():
e(NULL),
sampleTex(NULL),
sampleTexW(0),
sampleTexH(0),
updateSampleTex(true),
quit(false),
warnQuit(false),
willCommit(false),