mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 10:14:05 +00:00
Change .lib to be /MT compatible; Fix comments
This commit is contained in:
804
vendor/box2d/box2d.odin
vendored
804
vendor/box2d/box2d.odin
vendored
File diff suppressed because it is too large
Load Diff
BIN
vendor/box2d/lib/box2d_windows_amd64_avx2.lib
vendored
BIN
vendor/box2d/lib/box2d_windows_amd64_avx2.lib
vendored
Binary file not shown.
BIN
vendor/box2d/lib/box2d_windows_amd64_sse2.lib
vendored
BIN
vendor/box2d/lib/box2d_windows_amd64_sse2.lib
vendored
Binary file not shown.
2
vendor/box2d/types.odin
vendored
2
vendor/box2d/types.odin
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user