Explorar o código

Update Application.java

Michael Burnett %!s(int64=5) %!d(string=hai) anos
pai
achega
40bb648360
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);