浏览代码

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();