浏览代码

Change .lib to be /MT compatible; Fix comments

gingerBill 1 年之前
父节点
当前提交
926c419ef8
共有 4 个文件被更改,包括 308 次插入308 次删除
  1. 307 307
      vendor/box2d/box2d.odin
  2. 二进制
      vendor/box2d/lib/box2d_windows_amd64_avx2.lib
  3. 二进制
      vendor/box2d/lib/box2d_windows_amd64_sse2.lib
  4. 1 1
      vendor/box2d/types.odin

文件差异内容过多而无法显示
+ 307 - 307
vendor/box2d/box2d.odin


二进制
vendor/box2d/lib/box2d_windows_amd64_avx2.lib


二进制
vendor/box2d/lib/box2d_windows_amd64_sse2.lib


+ 1 - 1
vendor/box2d/types.odin

@@ -116,9 +116,9 @@ BodyType :: enum c.int {
 	// positive mass, velocity determined by forces, moved by solver
 	// positive mass, velocity determined by forces, moved by solver
 	dynamicBody = 2,
 	dynamicBody = 2,
 
 
-	// number of body types
 }
 }
 
 
+// number of body types
 bodyTypeCount :: len(BodyType)
 bodyTypeCount :: len(BodyType)
 
 
 // A body definition holds all the data needed to construct a rigid body.
 // A body definition holds all the data needed to construct a rigid body.

部分文件因为文件数量过多而无法显示