Skip to content

Commit 659f10d

Browse files
committed
forward declare as a class to match jolt.
1 parent 4ddabb3 commit 659f10d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attachments/advanced_gltf/physics_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Forward declarations — callers that only use PhysicsWorld* need not include Jolt headers.
2424
namespace JPH {
2525
class BodyID;
26-
struct BodyCreationSettings;
26+
class BodyCreationSettings;
2727
enum class EMotionType : std::uint8_t;
2828
}
2929

0 commit comments

Comments
 (0)