We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36edef5 + 495cf5d commit 6c7fc1eCopy full SHA for 6c7fc1e
examples/AuroraDemo/PatternStarfield.hpp
@@ -63,7 +63,7 @@ class PatternStarfield : public Drawable {
63
64
// Draw the star (if it is visible in the screen).
65
// Distant stars are smaller than closer stars.
66
- if ((0 <= x and x < VPANEL_H)
+ if ((0 <= x and x < VPANEL_W)
67
and (0 <= y and y < VPANEL_H)) {
68
69
CRGB tmp = stars[i].colour;
0 commit comments