fix typo
This commit is contained in:
parent
3b8449f00c
commit
f2f8ccaf56
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import math
|
|||
from typing import Union, Generator
|
||||
|
||||
|
||||
class BouncingSpot2(Effect):
|
||||
class BouncingSpot(Effect):
|
||||
def __init__(
|
||||
self,
|
||||
bounds: pg.Rect,
|
||||
|
|
Loading…
Add table
Reference in a new issue