|
@@ -32,5 +32,7 @@ template <typename Base> |
|
|
struct Rogan6PSLight : Base { |
|
|
struct Rogan6PSLight : Base { |
|
|
Rogan6PSLight() { |
|
|
Rogan6PSLight() { |
|
|
this->box.size = mm2px(Vec(23.04, 23.04)); |
|
|
this->box.size = mm2px(Vec(23.04, 23.04)); |
|
|
|
|
|
// this->bgColor = nvgRGBA(0, 0, 0, 0); |
|
|
|
|
|
this->borderColor = nvgRGBA(0, 0, 0, 0); |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |