File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jme3-core/src/main/java/com/jme3/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,13 +167,13 @@ public interface Application {
167167
168168 /**
169169 * Starts the application.
170- * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called .
170+ * A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped .
171171 */
172172 public void start ();
173173
174174 /**
175175 * Starts the application.
176- * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called .
176+ * A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped .
177177 */
178178 public void start (boolean waitFor );
179179
You can’t perform that action at this time.
0 commit comments