estrasnick / Augmented-Reality-Piano-Interface

Project for Stanford's CS 377M course. Augmented Reality Piano Interface.
4 stars 3 forks source link

Fix compiler warnings related to bass/treble clef and PianoDescriptor #14

Closed austinchambers closed 8 years ago

austinchambers commented 8 years ago

We're presently getting the following warnings: image

We should fix these.

austinchambers commented 8 years ago

Fixed. PianoDescriptor wasn't really working as a Monobehavior, so it no longer inherits from that class. If we later want to make it a Monobehavior, then we shouldn't instantiate it using the 'new' keyword.

Treble_Clef and Bass_Clef shouldn't be using animators. Removed.