Browse Source

Corrected stray bracket.

mitm001 8 năm trước cách đây
mục cha
commit
8f51d42cf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/docs/asciidoc/jme3/advanced/sourcecode.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/sourcecode.adoc

@@ -271,7 +271,7 @@ public class QuixoteControl extends AbstractControl {       
             }            
             int no = (int) ((mills.size() - 1) * rnd.nextFloat());            
             myMill = mills.get(no);        
-        }    
+        }
     }
     
     public void runToTheMills(float tpf) {