rsanchezsaez / CardboardSDK-iOS

iOS port of Google's CardboardSDK (mobile VR toolkit)
Other
334 stars 104 forks source link

A fix for crashing problem #26

Open nandin-borjigin opened 8 years ago

nandin-borjigin commented 8 years ago

If the vrModeEnabled is initially set to NO, and then switching it to YES will cause a crash, this commit just added a setter method for vrModeEnabled and problem solved.