File tree Expand file tree Collapse file tree
jme3-core/src/main/java/com/jme3/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2009-2021 jMonkeyEngine
2+ * Copyright (c) 2009-2023 jMonkeyEngine
33 * All rights reserved.
44 *
55 * Redistribution and use in source and binary forms, with or without
@@ -169,13 +169,15 @@ public interface Application {
169169
170170 /**
171171 * Starts the application.
172- * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
172+ * A bug occurring when using LWJGL3 prevents this method from
173+ * returning until after the application is stopped on macOS.
173174 */
174175 public void start ();
175176
176177 /**
177178 * Starts the application.
178- * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
179+ * A bug occurring when using LWJGL3 prevents this method from
180+ * returning until after the application is stopped on macOS.
179181 *
180182 * @param waitFor true→wait for the context to be initialized,
181183 * false→don't wait
You can’t perform that action at this time.
0 commit comments