Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 0979c54

Browse files
committed
Apply requested changes
1 parent 2b0331c commit 0979c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodecg-io-dbus/extension/ratbag.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ export class RatBagLed extends DBusObject {
514514
return {
515515
color: ((color[0] & 0xff) << 16) | ((color[1] & 0xff) << 8) | (color[2] & 0xff),
516516
red: color[0] & 0xff,
517-
green: color[0] & 0xff,
518-
blue: color[0] & 0xff,
517+
green: color[1] & 0xff,
518+
blue: color[2] & 0xff,
519519
};
520520
}
521521

0 commit comments

Comments
 (0)