Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Bug 1232480. Use 'precision' instead of 'prevision'
Browse files Browse the repository at this point in the history
A fun little typo.
  • Loading branch information
jrmuizel committed Dec 14, 2015
1 parent 5434a4f commit c789c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/gl/GLBlitHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GLBlitHelper::InitTexQuadProgram(BlitType target)
#ifdef GL_FRAGMENT_PRECISION_HIGH \n\
precision highp float; \n\
#else \n\
prevision mediump float; \n\
precision mediump float; \n\
#endif \n\
uniform sampler2D uTexUnit; \n\
\n\
Expand Down

0 comments on commit c789c7e

Please sign in to comment.