Parcourir la source

Fix typo..

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10883 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
phr00t il y a 12 ans
Parent
commit
15e379c8f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.h

+ 1 - 1
engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.h

@@ -144,7 +144,7 @@ JNIEXPORT void JNICALL Java_com_jme3_bullet_PhysicsSpace_setGravity
 /*
  * Class:     com_jme3_bullet_PhysicsSpace
  * Method:    rayTest_native
- * Signature: (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;JLjava/util/List;I)V
+ * Signature: (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;JLjava/util/List;)V
  */
 JNIEXPORT void JNICALL Java_com_jme3_bullet_PhysicsSpace_rayTest_1native
   (JNIEnv *, jobject, jobject, jobject, jlong, jobject, jint);