removed todo.

This commit is contained in:
Damian Schneider 2024-10-03 19:39:39 +00:00
parent a15c391e6c
commit ca062140f3

View File

@ -475,8 +475,6 @@ void Segment::moveY(int delta, bool wrap) {
}
}
// TODO: check if it works, used in FX rain and 2D spaceships
// move() - move all pixels in desired direction delta number of pixels
// @param dir direction: 0=left, 1=left-up, 2=up, 3=right-up, 4=right, 5=right-down, 6=down, 7=left-down
// @param delta number of pixels to move