Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this maybe a cute bug. #62

Closed
HelenXR opened this issue Sep 29, 2016 · 1 comment
Closed

this maybe a cute bug. #62

HelenXR opened this issue Sep 29, 2016 · 1 comment

Comments

@HelenXR
Copy link

HelenXR commented Sep 29, 2016

when i init my hmd,I see the code in function ohmd_create_oculus_rift_drv, this situation in the similar function(ohmd_create_external_drvm/ohmd_create_android_drv/ohmd_create_dummy_drv)

    drv->get_device_list = get_device_list;//1
    drv->open_device = open_device;//2
    drv->ctx = ctx;//3
    drv->get_device_list = get_device_list;//4
    drv->open_device = open_device;//5
    drv->destroy = destroy_driver;//6

1 and 4 are the same.2and 5 are same,I think these are not big bug,but why?

@noname22
Copy link
Member

Well that's weird. Fixed, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants