Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Fix animation finish callback being called every iteration #1968

Closed dsazulay closed 6 years ago

dsazulay commented 6 years ago

Small fix on animation callback. The method finished of GVROnFinish is called only after the last iteration of an animation.

GearVRf-DCO-1.0-Signed-off-by: Diego Azulay diego.a@samsung.com

liaxim commented 6 years ago

Makes sense. Planning to merge on Wednesday.