Deleted unnecessary line.

This commit is contained in:
The Wobbler 2024-02-26 13:08:00 +01:00
parent f7ab1eb541
commit c8cb1a785d

View file

@ -186,8 +186,6 @@ class FallingSand:
self.settings.window_size = size self.settings.window_size = size
def spawn_sand(self, position): def spawn_sand(self, position):
x, y = position
for ax in range(-8, 9): for ax in range(-8, 9):
color = self.rainbow() color = self.rainbow()