Skip to content

Commit

Permalink
BoundingValueHierarchy: add a missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 19, 2024
1 parent 192c6a4 commit 955e375
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
#include "jmeBulletUtil.h"
#include "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h"

/*
* Class: com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy
* Method: deSerialize
* Signature: ([B)J
*/
JNIEXPORT jlong JNICALL Java_com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy_deSerialize
(JNIEnv *pEnv, jclass, jbyteArray bytearray) {
int len = pEnv->GetArrayLength(bytearray);
Expand Down

0 comments on commit 955e375

Please sign in to comment.