| 329 | |
| 330 | struct FrameLight : RedGreenBlueLight { |
| 331 | FrameLight() { |
| 332 | box.size = Vec(71, 71); |
| 333 | } |
| 334 | }; |
| 335 | addChild(createLight<FrameLight>(Vec(100, 126), module, Frames::FRAME_LIGHT)); |
| 336 | } |
nothing calls this directly
no outgoing calls
no test coverage detected