• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

Révisionfca4a1ea119b2ba5ce27045473b9e2bbb98c405f (tree)
l'heure2013-04-20 02:40:00
AuteurShAdOwIsLoRd <ShAdOwIsLoRd@75d0...>
CommiterShAdOwIsLoRd

Message de Log

  • Fix issue 584 and issue 562 (minor typos)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10569 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Change Summary

Modification

--- a/engine/src/core/com/jme3/app/state/AppStateManager.java
+++ b/engine/src/core/com/jme3/app/state/AppStateManager.java
@@ -51,7 +51,7 @@ import java.util.List;
5151 * the state was attached.
5252 * <li>initialize() : called ONCE on the render thread at the beginning of the next
5353 * 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
5555 * the state was detached. This is not necessarily on the
5656 * render thread and it is not necessarily safe to modify
5757 * the scene graph, etc..
--- a/engine/src/core/com/jme3/math/Rectangle.java
+++ b/engine/src/core/com/jme3/math/Rectangle.java
@@ -39,7 +39,7 @@ import java.io.IOException;
3939 *
4040 * <code>Rectangle</code> defines a finite plane within three dimensional space
4141 * 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.
4343 *
4444 * @author Mark Powell
4545 * @author Joshua Slack