Browse Source

fix error in example

mitm001 5 years ago
parent
commit
a90aecd8ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/anisotropic_filtering.adoc

+ 1 - 1
docs/modules/ROOT/pages/jme3/advanced/anisotropic_filtering.adoc

@@ -20,7 +20,7 @@ image::jme3/advanced/anisotropy_example_mifth_01.jpg[anisotropy_example_mifth_01
 
 JME has DEFAULT AnisotropicFiltering = 0. So, if you make a game for Windows/Linux/Mac.. you need to set the Anisotropic Filtering more than 0.
 
-Example how to set AnisotropicFiltering = 4 for all textures:
+Example how to set AnisotropicFiltering = 8 for all textures:
 
 [source,java]
 ----