Flafla2 / Unity-Wiimote

An easy to use interface between Unity3D / C# and a Wii Remote controller.
MIT License
329 stars 73 forks source link

Check for the remote to be set before attempting to remove it. #8

Closed andreierdoss closed 9 years ago

andreierdoss commented 9 years ago

This should handle this issue https://github.com/Flafla2/Unity-Wiimote/issues/7

Flafla2 commented 9 years ago

Fair enough, sometimes a simple null check is all you need. Merged.