Merge branch 'master' of https://github.com/tildearrow/furnace into bubsys

This commit is contained in:
cam900 2022-03-18 03:20:33 +09:00
commit a7c750a44e
6 changed files with 268 additions and 114 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),