[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Referencing instances by memory address





You are calling *two* times destroy (in bullet update) ?
[line 412]
 self.shooter.game.bullets[i].destroy() # one
 self.destroy() # two

--
claxo