mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 18:56:41 +00:00
Update comment
This commit is contained in:
parent
8e78fb4caa
commit
0ae73296cf
@ -442,7 +442,7 @@ uint32_t IRAM_ATTR_YN Segment::currentColor(uint8_t slot) const {
|
||||
#endif
|
||||
}
|
||||
|
||||
// pre-calculate drawing parameters for faster access
|
||||
// pre-calculate drawing parameters for faster access (based on the idea from @softhack007 from MM fork)
|
||||
void Segment::beginDraw() {
|
||||
_vWidth = virtualWidth();
|
||||
_vHeight = virtualHeight();
|
||||
|
Loading…
x
Reference in New Issue
Block a user