ソースを参照

Changed variable name

Kenneth van Ewijk 10 年 前
コミット
6dda54928c
1 ファイル変更1 行追加1 行削除
  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();