Main repository of MikuMikuStudio
Révision | fca4a1ea119b2ba5ce27045473b9e2bbb98c405f (tree) |
---|---|
l'heure | 2013-04-20 02:40:00 |
Auteur | ShAdOwIsLoRd <ShAdOwIsLoRd@75d0...> |
Commiter | ShAdOwIsLoRd |
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10569 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -51,7 +51,7 @@ import java.util.List; | ||
51 | 51 | * the state was attached. |
52 | 52 | * <li>initialize() : called ONCE on the render thread at the beginning of the next |
53 | 53 | * AppStateManager.update(). |
54 | - * <li>stateDetached() : called when the state is attached on the thread on which | |
54 | + * <li>stateDetached() : called when the state is detached on the thread on which | |
55 | 55 | * the state was detached. This is not necessarily on the |
56 | 56 | * render thread and it is not necessarily safe to modify |
57 | 57 | * the scene graph, etc.. |
@@ -39,7 +39,7 @@ import java.io.IOException; | ||
39 | 39 | * |
40 | 40 | * <code>Rectangle</code> defines a finite plane within three dimensional space |
41 | 41 | * that is specified via three points (A, B, C). These three points define a |
42 | - * triangle with the forth point defining the rectangle ((B + C) - A. | |
42 | + * triangle with the fourth point defining the rectangle ((B + C) - A. | |
43 | 43 | * |
44 | 44 | * @author Mark Powell |
45 | 45 | * @author Joshua Slack |