Browse Source

Changed variable name

Kenneth van Ewijk 10 years ago
parent
commit
6dda54928c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      control/button/Button.java

+ 1 - 1
control/button/Button.java

@@ -25,7 +25,7 @@ public class Button {
 	
 	
 	private void setLed()
 	private void setLed()
 	{
 	{
-		if(Window.ON_RASP)
+		if(Window.ON_ARCADE)
 		{
 		{
 			ntw.setLed(ledID, color.getGreen(), color.getRed(), color.getBlue());
 			ntw.setLed(ledID, color.getGreen(), color.getRed(), color.getBlue());
 			ntw.show();
 			ntw.show();