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