Skip to content

Commit dc8603f

Browse files
authored
Merge pull request #15 from OnlyInAmerica/fix-build
fix build: use correct identifier isRGBW
2 parents 1101508 + 97b8330 commit dc8603f

File tree

1 file changed

+1
-1
lines changed
  • src/com/heroicrobot/dropbit/devices/pixelpusher

1 file changed

+1
-1
lines changed

src/com/heroicrobot/dropbit/devices/pixelpusher/Strip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Strip(PixelPusher pusher, int stripNumber, int length, boolean antiLog) {
7575
this.isRGBOW = false;
7676
this.useAntiLog = antiLog;
7777
this.msg = new byte[pixels.length * 3];
78-
this.RGBW = false;
78+
this.isRGBW = false;
7979

8080
}
8181

0 commit comments

Comments
 (0)