Ver Fonte

Change .lib to be /MT compatible; Fix comments

gingerBill há 1 ano atrás
pai
commit
926c419ef8

Diff do ficheiro suprimidas por serem muito extensas
+ 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.

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff