mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 04:21:23 +01:00
parcelas
This commit is contained in:
parent
98206f69a4
commit
a02051d47e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function draw() {
|
|||
}
|
||||
|
||||
// Parcelas segun PGC
|
||||
var mc = cmap.get(mx,my);
|
||||
var mc = cmap.get(mouseX,mouseY);
|
||||
for (var n = 0; n < colores.length; n++) {
|
||||
if (compara(mc,color(colores[n]))) {
|
||||
tint(255,100);
|
||||
|
|
Loading…
Reference in a new issue