Browse Source

Const fix

Lucien Greathouse 1 year ago
parent
commit
b8baa62801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      JoltC/Functions.h

+ 1 - 1
JoltC/Functions.h

@@ -348,7 +348,7 @@ typedef struct JPC_BodyCreationSettings {
 
 	// MassProperties MassPropertiesOverride;
 
-	JPC_Shape* Shape;
+	const JPC_Shape* Shape;
 } JPC_BodyCreationSettings;
 
 JPC_API void JPC_BodyCreationSettings_default(JPC_BodyCreationSettings* settings);