From 7be622852a0b4b6a571d98a7a819743a45470e23 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 16 Jun 2021 10:39:15 -0400 Subject: [PATCH] Remove border from Rogan6PSLight. --- src/plugin.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugin.hpp b/src/plugin.hpp index 40a2124..8819248 100644 --- a/src/plugin.hpp +++ b/src/plugin.hpp @@ -32,5 +32,7 @@ template struct Rogan6PSLight : Base { Rogan6PSLight() { this->box.size = mm2px(Vec(23.04, 23.04)); + // this->bgColor = nvgRGBA(0, 0, 0, 0); + this->borderColor = nvgRGBA(0, 0, 0, 0); } };