podsvirov / osgqtquick

Intergation OpenSceneGraph to Qt Quick
https://podsvirov.github.io/osgqtquick
MIT License
73 stars 32 forks source link

undeclared identifier 'loopType' #21

Closed xuin-net closed 6 years ago

xuin-net commented 6 years ago

when build in OSX it error with below log: /Volumes/Work/OSG/osgqtquick-2.0.0.8/src/quick/window.cpp:62:13: error: use of undeclared identifier 'loopType' loopType = ThreadedRenderLoop;

It build success after replacing loopType with renderLoopType is it a bug?

podsvirov commented 6 years ago

Hi @xuinvip, it's bug that fixed in 5c94c271ef7720a7a2f215bed3221fca57a5e440 by @pm-energid and available in develop branch. In the near future I plan to add a new tag and you will be able to use it as well.