소스 검색

Change .lib to be /MT compatible; Fix comments

gingerBill 1 년 전
부모
커밋
926c419ef8
4개의 변경된 파일308개의 추가작업 그리고 308개의 파일을 삭제
  1. 307 307
      vendor/box2d/box2d.odin
  2. BIN
      vendor/box2d/lib/box2d_windows_amd64_avx2.lib
  3. BIN
      vendor/box2d/lib/box2d_windows_amd64_sse2.lib
  4. 1 1
      vendor/box2d/types.odin

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 307 - 307
vendor/box2d/box2d.odin


BIN
vendor/box2d/lib/box2d_windows_amd64_avx2.lib


BIN
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.

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.