Sfoglia il codice sorgente

Update Application.start javadoc. (#1947)

Ali-RS 2 anni fa
parent
commit
8edb89a229
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 5 3
      jme3-core/src/main/java/com/jme3/app/Application.java

+ 5 - 3
jme3-core/src/main/java/com/jme3/app/Application.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2023 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -169,13 +169,15 @@ public interface Application {
 
     /**
      * Starts the application.
-     * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
+     * A bug occurring when using LWJGL3 prevents this method from
+     * returning until after the application is stopped on macOS.
      */
     public void start();
 
     /**
      * Starts the application.
-     * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
+     * A bug occurring when using LWJGL3 prevents this method from
+     * returning until after the application is stopped on macOS.
      *
      * @param waitFor true→wait for the context to be initialized,
      * false→don't wait