mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
draw: fixed color changing
This commit is contained in:
@@ -1524,6 +1524,7 @@ namespace mapeditor {
|
||||
rebuildPolys = true;
|
||||
uni = 0;
|
||||
}
|
||||
else if(uni == COLORKEY) dsCur->color = colortouse;
|
||||
else if(uni != 'D') uni = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user