gearvrf / GearVRf-Tests

4 stars 18 forks source link

Fix crash in picker tests #248

Closed NolaDonato closed 6 years ago

NolaDonato commented 6 years ago

The pick handler used to fail if it got an onExit without a corresponding onEnter. This happens sometimes because the scene is cleared before the test completely exits. This patch changes the pick handler to ignore spurious onExit calls.

Also removed redundant version of RenderPerfTests

GearVRF DCO signed off by: Nola Donato nola.donato@samsung.com

liaxim commented 6 years ago

Looks good. Planning to merge on Wednesday.