From bfdb292d5fe831c9fee69d141d3578153db731dc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 15 May 2019 17:42:36 +0200 Subject: [PATCH] draw: fixed color changing --- mapeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mapeditor.cpp b/mapeditor.cpp index 3beea354..8de1363f 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1524,6 +1524,7 @@ namespace mapeditor { rebuildPolys = true; uni = 0; } + else if(uni == COLORKEY) dsCur->color = colortouse; else if(uni != 'D') uni = 0; }