OrigamiEngine icon indicating copy to clipboard operation
OrigamiEngine copied to clipboard

Mistake in example

Open gerchicov-bp opened this issue 8 years ago • 0 comments

You should add the following code to the class which contains this player:

  • (void)dealloc {

    self.player.delegate = nil; }

Otherwise you will get mistakes if you recreate the object of this class

gerchicov-bp avatar Sep 07 '15 12:09 gerchicov-bp