From 955e375aae6c59a74353720e47cbee97c69d52f3 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 19 Apr 2024 00:06:01 -0700 Subject: [PATCH] BoundingValueHierarchy: add a missing comment --- ..._bullet_collision_shapes_infos_BoundingValueHierarchy.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/native/glue/com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy.cpp b/src/main/native/glue/com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy.cpp index 6f9d6562..7b00f6ad 100644 --- a/src/main/native/glue/com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy.cpp +++ b/src/main/native/glue/com_jme3_bullet_collision_shapes_infos_BoundingValueHierarchy.cpp @@ -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);