瀏覽代碼

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
 	dynamicBody = 2,
 
-	// number of body types
 }
 
+// number of body types
 bodyTypeCount :: len(BodyType)
 
 // A body definition holds all the data needed to construct a rigid body.

部分文件因文件數量過多而無法顯示