small fix
This commit is contained in:
parent
7f9dc4debf
commit
60a3048c7a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class WaterSim(Game):
|
|||
elif event.type == MOUSEMOTION:
|
||||
self.mousepos = event.pos[:]
|
||||
else:
|
||||
super(Sim, self).on_event(event)
|
||||
super(WaterSim, self).on_event(event)
|
||||
|
||||
def on_update(self, dtime):
|
||||
C2 = [0] * self.N
|
||||
|
|
Loading…
Reference in a new issue