mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
draw: fixed color changing
This commit is contained in:
parent
89a4daaf53
commit
bfdb292d5f
@ -1524,6 +1524,7 @@ namespace mapeditor {
|
|||||||
rebuildPolys = true;
|
rebuildPolys = true;
|
||||||
uni = 0;
|
uni = 0;
|
||||||
}
|
}
|
||||||
|
else if(uni == COLORKEY) dsCur->color = colortouse;
|
||||||
else if(uni != 'D') uni = 0;
|
else if(uni != 'D') uni = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user