promet / PRAugmentedReality

iOS Augmented Reality Framework
http://praugmentedreality.com/
MIT License
606 stars 162 forks source link

Fix PRAR-Example app that is failing to build (#54) #61

Open wtimme opened 7 years ago

wtimme commented 7 years ago

With 3206bcad53460283762852c827f2fbcab9cdc526 the singleton was removed, but the example app had not been updated.

This commit removes the singleton from the example and uses an instance stored in a @property.