Lucien Greathouse 1 سال پیش
والد
کامیت
b8baa62801
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);