mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
GUI: mark modified upon order val change
This commit is contained in:
parent
ffcef2ac73
commit
0c8cde9f85
1 changed files with 1 additions and 0 deletions
|
@ -1154,6 +1154,7 @@ void FurnaceGUI::keyDown(SDL_Event& ev) {
|
|||
e->lockSave([this,num]() {
|
||||
e->curOrders->ord[orderCursor][curOrder]=((e->curOrders->ord[orderCursor][curOrder]<<4)|num);
|
||||
});
|
||||
MARK_MODIFIED;
|
||||
if (orderEditMode==2 || orderEditMode==3) {
|
||||
curNibble=!curNibble;
|
||||
if (!curNibble) {
|
||||
|
|
Loading…
Reference in a new issue