Comment 5 for bug 1395655

Revision history for this message
Ɓukasz Zemczak (sil2100) wrote :

Yeah, so the problem is related to this change:
https://codereview.qt-project.org/#/c/93984/

The rationale for the change is that GLES does not support doubles and in fact for GLES GLdouble was nothing more than a typedef for GLfloat.

The quickest way of resolving this right now would be simply to re-introduce the same 'hack' just locally for the stellarium source tree. Not much harm will be done as the situation won't change. I will propose a patch and forward it upstream.