Parcourir la source

Changed variable name

Kenneth van Ewijk il y a 10 ans
Parent
commit
6dda54928c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      control/button/Button.java

+ 1 - 1
control/button/Button.java

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