Explorar el Código

-fixed palmGrid detected Grid Color

Anton Rohr hace 11 años
padre
commit
0496b3a5c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bbiwarg/Graphics/TouchEventVisualizer.cs

+ 1 - 1
bbiwarg/Graphics/TouchEventVisualizer.cs

@@ -99,7 +99,7 @@ namespace bbiwarg.Graphics
             }
 
             if (touched)
-                OutputImage.drawRectangle(cellX1, cellY1, size/numColumns, size/numRows, Color.Gray, -1);
+                OutputImage.drawRectangle(cellX1, cellY1, size/numColumns, size/numRows, Constants.PalmGridColor, -1);
 
             //-- Current Touch Event --
             if (touched)