Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mer] Force fallback code path in opengl glyph cache. Contributes to …
…JB#25404

Change-Id: I7f0d3bcc86d319eb242bd9cb30b2eb54f0696aa4
  • Loading branch information
sletta committed May 12, 2015
1 parent 4b71f8d commit d4be27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/kernel/qopenglcontext_p.h
Expand Up @@ -203,7 +203,7 @@ class Q_GUI_EXPORT QOpenGLContextPrivate : public QObjectPrivate
, textureFunctions(0)
, current_fbo(0)
, max_texture_size(-1)
, workaround_brokenFBOReadBack(false)
, workaround_brokenFBOReadBack(true)
, workaround_brokenTexSubImage(false)
, workaround_missingPrecisionQualifiers(false)
, active_engine(0)
Expand Down

0 comments on commit d4be27c

Please sign in to comment.