2
0
Эх сурвалжийг харах

Update Application.start javadoc. (#1947)

Ali-RS 2 жил өмнө
parent
commit
2a9b0a916d

+ 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