hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8fae57d181932a2b8100048b716aa63c5ce89353
commit 8fae57d181932a2b8100048b716aa63c5ce89353 Author: Hermet Park <[email protected]> Date: Sat Jul 2 03:22:15 2016 +0900 template/map: fix a typo. --- data/templates/map.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/map.edc b/data/templates/map.edc index 37bef80..1b68dfd 100644 --- a/data/templates/map.edc +++ b/data/templates/map.edc @@ -69,7 +69,7 @@ collections { color[0]: 255 0 0 255; color[1]: 0 255 0 255; color[2]: 0 0 255 255; - color[4]: 255 255 255 255; + color[3]: 255 255 255 255; } } } --
