소스 검색

Update Application.java

Michael Burnett 5 년 전
부모
커밋
40bb648360
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      jme3-core/src/main/java/com/jme3/app/Application.java

+ 2 - 0
jme3-core/src/main/java/com/jme3/app/Application.java

@@ -167,11 +167,13 @@ public interface Application {
 
     /**
      * Starts the application.
+     * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
      */
     public void start();
 
     /**
      * Starts the application.
+     * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
      */
     public void start(boolean waitFor);