Browse Source

Update tutorials/misc/gles2_gles3_differences.rst

Nathan Lovato 4 years ago
parent
commit
dbff11a91c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/misc/gles2_gles3_differences.rst

+ 2 - 2
tutorials/misc/gles2_gles3_differences.rst

@@ -91,8 +91,8 @@ See :ref:`doc_environment_and_post_processing` for more information.
 Glow
 ----
 
-Many GLES2 devices only have a maximum of 8 texture units. On such devices, only the first 6 levels of glow can be used and 
-level 7 will be ignored.
+Many GLES2 devices only have a maximum of eight texture units. On such devices, you
+can only use the first six levels of glow; the seventh one won't do anything.
 
 GIProbes
 --------