* Fix issue 584 and issue 562 (minor typos)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10569 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
ShA..Rd 12 years ago
parent bd39ff1b6e
commit 6e021b4504
  1. 2
      engine/src/core/com/jme3/app/state/AppStateManager.java
  2. 2
      engine/src/core/com/jme3/math/Rectangle.java

@ -51,7 +51,7 @@ import java.util.List;
* the state was attached. * the state was attached.
* <li>initialize() : called ONCE on the render thread at the beginning of the next * <li>initialize() : called ONCE on the render thread at the beginning of the next
* AppStateManager.update(). * AppStateManager.update().
* <li>stateDetached() : called when the state is attached on the thread on which * <li>stateDetached() : called when the state is detached on the thread on which
* the state was detached. This is not necessarily on the * the state was detached. This is not necessarily on the
* render thread and it is not necessarily safe to modify * render thread and it is not necessarily safe to modify
* the scene graph, etc.. * the scene graph, etc..

@ -39,7 +39,7 @@ import java.io.IOException;
* *
* <code>Rectangle</code> defines a finite plane within three dimensional space * <code>Rectangle</code> defines a finite plane within three dimensional space
* that is specified via three points (A, B, C). These three points define a * that is specified via three points (A, B, C). These three points define a
* triangle with the forth point defining the rectangle ((B + C) - A. * triangle with the fourth point defining the rectangle ((B + C) - A.
* *
* @author Mark Powell * @author Mark Powell
* @author Joshua Slack * @author Joshua Slack

Loading…
Cancel
Save